Skip to content

Commit

Permalink
fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbrett committed Nov 18, 2024
1 parent 9815fcd commit 48dcbe9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wolfcrypt/test/test.c
Original file line number Diff line number Diff line change
Expand Up @@ -45684,7 +45684,7 @@ static wc_test_ret_t test_dilithium_decode_level(const byte* rawKey,
byte* der;
word32 derSz;

/* Size the buffer to accomodate the largest encoded key size */
/* Size the buffer to accommodate the largest encoded key size */
const word32 maxDerSz = DILITHIUM_MAX_PRV_KEY_DER_SIZE;

/* Allocate DER buffer */
Expand Down

0 comments on commit 48dcbe9

Please sign in to comment.