summaryrefslogtreecommitdiffstats
path: root/crypto/ec/curve448
diff options
context:
space:
mode:
authorChristian Schmidt <schmidt@digadd.de>2023-10-31 15:12:10 +0100
committerTomas Mraz <tomas@openssl.org>2023-11-01 17:34:05 +0100
commit3ffc6c644c3494b3d5237073cc22c35737f9698a (patch)
tree5f718b74c85d1eadfdffb4aa2158e2d27bf4793e /crypto/ec/curve448
parentd1338fcf12672ef4a3d417f5dd03e342710ee5b3 (diff)
Correct comment in crypto/ec/curve448/ed448.h
Obvious Copy&Paste&not edit error. CLA: trivial Reviewed-by: Matt Caswell <matt@openssl.org> Reviewed-by: Hugo Landau <hlandau@openssl.org> Reviewed-by: Tomas Mraz <tomas@openssl.org> (Merged from https://github.com/openssl/openssl/pull/22573)
Diffstat (limited to 'crypto/ec/curve448')
-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)