We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21582e0 commit 43de966Copy full SHA for 43de966
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