Skip to content

Commit 6a3d9e0

Browse files
authored
Update crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
1 parent 6a4f876 commit 6a3d9e0

File tree

1 file changed

+1
-1
lines changed
  • crypto/dilithium/pqcrystals_dilithium_ref_common

1 file changed

+1
-1
lines changed

crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ int crypto_sign_keypair_internal(ml_dsa_params *params,
3232
uint8_t tr[TRBYTES];
3333
const uint8_t *rho, *rhoprime, *key;
3434
polyvecl mat[DILITHIUM_K_MAX];
35-
polyvecl s1 = {{{0}}};
35+
polyvecl s1 = {{{{0}}}};
3636
polyvecl s1hat;
3737
polyveck s2, t1, t0;
3838

0 commit comments

Comments
 (0)