Skip to content

Commit cf1bdb1

Browse files
committed
FIXUP - spelling and comment
On branch ED448-X448-fix Changes to be committed: modified: tools/pkcs15-init.c
1 parent 6c91530 commit cf1bdb1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/pkcs15-init.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,7 @@ static const struct alg_spec alg_types_asym[] = {
731731
{ "ec", SC_ALGORITHM_EC, 0 }, /* keybits derived from curve */
732732
/* RFC 8410 */
733733
{ "Ed25519", SC_ALGORITHM_EDDSA, 256 }, /* RFC 8410 and gunpg */
734-
{ "Ed448", SC_ALGORITHM_EDDSA, 456 }, /* note extra btye */
734+
{ "Ed448", SC_ALGORITHM_EDDSA, 456 }, /* note extra 8 bits to get 57 bytes */
735735
{ "X25519", SC_ALGORITHM_XEDDSA, 256 },
736736
{ "X448", SC_ALGORITHM_XEDDSA, 448 },
737737
/* used by Yubikey and GNUK */

0 commit comments

Comments
 (0)