summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448/ed448.h
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/ec/curve448/ed448.h')
-rw-r--r--crypto/ec/curve448/ed448.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/crypto/ec/curve448/ed448.h b/crypto/ec/curve448/ed448.h
index 00b2bae580..f4f01892d3 100644
--- a/crypto/ec/curve448/ed448.h
+++ b/crypto/ec/curve448/ed448.h
@@ -21,7 +21,7 @@
/* Number of bytes in an EdDSA private key. */
# define EDDSA_448_PRIVATE_BYTES EDDSA_448_PUBLIC_BYTES
-/* Number of bytes in an EdDSA private key. */
+/* Number of bytes in an EdDSA signature. */
# define EDDSA_448_SIGNATURE_BYTES (EDDSA_448_PUBLIC_BYTES + \
EDDSA_448_PRIVATE_BYTES)