Skip to content

Commit

Permalink
Correct comment in crypto/ec/curve448/ed448.h
Browse files Browse the repository at this point in the history
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 #22573)
  • Loading branch information
chrschmidt authored and t8m committed Nov 1, 2023
1 parent d1338fc commit 3ffc6c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/ec/curve448/ed448.h
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 3ffc6c6

Please sign in to comment.