From 3ffc6c644c3494b3d5237073cc22c35737f9698a Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Tue, 31 Oct 2023 15:12:10 +0100 Subject: Correct comment in crypto/ec/curve448/ed448.h Obvious Copy&Paste¬ edit error. CLA: trivial Reviewed-by: Matt Caswell Reviewed-by: Hugo Landau Reviewed-by: Tomas Mraz (Merged from https://github.com/openssl/openssl/pull/22573) --- crypto/ec/curve448/ed448.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'crypto/ec/curve448') 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) -- cgit v1.2.3