quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

tart_module.h (195B)


      1 #ifndef _TALERCRYPTO_H
      2 #define _TALERCRYPTO_H
      3 
      4 #include "quickjs/quickjs-libc.h"
      5 
      6 JSModuleDef *tart_init_module_talercrypto(JSContext *ctx, const char *module_name);
      7 
      8 #endif /* _TALERCRYPTO_H */