ecc_sign_deterministic.c for SHA512 and SHA 384

ecc_sign_deterministic
aidan garske 2024-06-28 12:38:42 -07:00
parent 3b30dcba2c
commit f6e6fecdfa
2 changed files with 2 additions and 2 deletions

Binary file not shown.

View File

@ -43,8 +43,8 @@ gcc -lwolfssl -o ecc_sign ecc_sign.c
/* message = "sample": */
static const char kMsg[] = "sample";
#define DIGEST_SZ WC_SHA256_DIGEST_SIZE
#define HASH_FUNC crypto_sha256
#define DIGEST_SZ WC_SHA384_DIGEST_SIZE
#define HASH_FUNC crypto_sha384
#if 0