Files
cell/source/qjs_crypto.h
John Alanbrook 3a4547fb80
Some checks failed
Build and Deploy / package-dist (push) Has been cancelled
Build and Deploy / deploy-itch (push) Has been cancelled
Build and Deploy / deploy-gitea (push) Has been cancelled
Build and Deploy / build-windows (CLANG64) (push) Has been cancelled
Build and Deploy / build-linux (push) Has been cancelled
add blob; pull out crypto, time; add sdl_renderer
2025-03-27 14:31:02 -05:00

9 lines
112 B
C

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