Ready to implement JWT signature
This commit is contained in:
@ -39,6 +39,11 @@ extern "C"
|
||||
*/
|
||||
char *crypto_encode_base64_safe_url(const char *src, size_t srclen);
|
||||
|
||||
/**
|
||||
* Sign some data using sha256
|
||||
*/
|
||||
char *crypto_sign_sha256_payload(const char *src, const size_t src_len, size_t *srclen);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user