|
@@ -25,3 +26,4 @@ int luat_crypto_hmac_sha256_simple(const char* str, size_t str_size, const char*
|
|
|
int luat_crypto_sha512_simple(const char* str, size_t str_size, void* out_ptr) ;
|
|
int luat_crypto_sha512_simple(const char* str, size_t str_size, void* out_ptr) ;
|
|
|
int luat_crypto_hmac_sha512_simple(const char* str, size_t str_size, const char* mac, size_t mac_size, void* out_ptr) ;
|
|
int luat_crypto_hmac_sha512_simple(const char* str, size_t str_size, const char* mac, size_t mac_size, void* out_ptr) ;
|