]> git.ipfire.org Git - thirdparty/openssl.git/commitdiff
Correct comment in crypto/ec/curve448/ed448.h
authorChristian Schmidt <schmidt@digadd.de>
Tue, 31 Oct 2023 14:12:10 +0000 (15:12 +0100)
committerTomas Mraz <tomas@openssl.org>
Wed, 1 Nov 2023 16:34:05 +0000 (17:34 +0100)
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)

crypto/ec/curve448/ed448.h

index 00b2bae580bad9111e4afac9d522dba72951f1f9..f4f01892d3c3cdc746930be65a2d8ac652d3a482 100644 (file)
@@ -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)