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