From: luiz Date: Fri, 9 Dec 2022 20:32:09 +0000 (-0300) Subject: Fix typo in Ed25519 header X-Git-Url: https://git.codecow.com/?a=commitdiff_plain;h=66e1eb13cbde3bfd3aaed66ace89f5fdc75b74ea;p=Monocypher.git Fix typo in Ed25519 header --- 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],