From 66e1eb13cbde3bfd3aaed66ace89f5fdc75b74ea Mon Sep 17 00:00:00 2001 From: luiz Date: Fri, 9 Dec 2022 17:32:09 -0300 Subject: [PATCH] Fix typo in Ed25519 header --- src/optional/monocypher-ed25519.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/optional/monocypher-ed25519.h b/src/optional/monocypher-ed25519.h index 5caf2c4..2551573 100644 --- a/src/optional/monocypher-ed25519.h +++ b/src/optional/monocypher-ed25519.h @@ -105,7 +105,7 @@ void crypto_hmac_sha512(uint8_t hmac[64], // Ed25519 // ------- -// Signatures (EdDSA with curve25519 + BLAKE2b) +// Signatures (EdDSA with curve25519 + SHA-512) // -------------------------------------------- void crypto_ed25519_key_pair(uint8_t secret_key[64], uint8_t public_key[32], -- 2.47.3