Files
cell/source/qjs_crypto.h

9 lines
109 B
C

#ifndef QJS_CRYPTO_H
#define QJS_CRYPTO_H
#include "cell.h"
JSValue js_crypto_use(JSContext *ctx);
#endif