Skip to content

Commit 7c45d46

Browse files
MarkAtwoodclaude
andcommitted
fix: correct "Calcaluate" typo in check_key comment
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 49a7603 commit 7c45d46

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

wolfcrypt/src/wc_mldsa.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11389,7 +11389,7 @@ int wc_MlDsaKey_CheckKey(wc_MlDsaKey* key)
1138911389
/* Get t1 from public key. */
1139011390
mldsa_vec_decode_t1(t1p, params->k, t1);
1139111391

11392-
/* Calcaluate t = NTT-1(A o NTT(s1)) + s2 */
11392+
/* Calculate t = NTT-1(A o NTT(s1)) + s2 */
1139311393
mldsa_vec_ntt_small_full(s1, params->l);
1139411394
mldsa_matrix_mul(t, a, s1, params->k, params->l);
1139511395
#ifdef WOLFSSL_MLDSA_SMALL

0 commit comments

Comments
 (0)