]> git.codecow.com Git - Monocypher.git/commitdiff
Fix typo in Ed25519 header
authorluiz <luiz@sdf.org>
Fri, 9 Dec 2022 20:32:09 +0000 (17:32 -0300)
committerLoup Vaillant <github-is-valid@loup-vaillant.fr>
Fri, 9 Dec 2022 23:19:46 +0000 (00:19 +0100)
src/optional/monocypher-ed25519.h

index 5caf2c4736720af8a409c39ad966595c08810f31..255157324f1f671a835222d8c0f7f9fa62847449 100644 (file)
@@ -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],