#ifndef RIJNDAEL_H
#define RIJNDAEL_H

#include <nan.h>

NAN_METHOD(Rijndael);

#endif
