We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 43de966 commit 7b5979dCopy full SHA for 7b5979d
crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
@@ -31,7 +31,7 @@ int crypto_sign_keypair_internal(ml_dsa_params *params,
31
uint8_t tr[TRBYTES];
32
const uint8_t *rho, *rhoprime, *key;
33
polyvecl mat[DILITHIUM_K_MAX];
34
- polyvecl s1 = {{{0}}};
+ polyvecl s1 = {{{{0}}}};
35
polyvecl s1hat;
36
polyveck s2, t1, t0;
37
0 commit comments