This commit is contained in:
2024-09-27 21:28:05 +02:00
parent 77c3702986
commit b5acda292d
2 changed files with 124 additions and 9 deletions

View File

@ -42,7 +42,7 @@ extern "C"
/**
* Sign some data using sha256
*/
char *crypto_sign_sha256_payload(const char *src, const size_t src_len, size_t *srclen);
char *crypto_sign_sha256_payload(const char *src, const size_t src_len, size_t *dstlen);
#ifdef __cplusplus
}