#ifndef CRYPTO_H
#define CRYPTO_H

#include "ant.h"

void init_crypto_module(struct js *js, jsval_t ant_obj);

#endif