Skip to content

Commit 43de966

Browse files
committed
Update crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
1 parent 21582e0 commit 43de966

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ int crypto_sign_keypair_internal(ml_dsa_params *params,
3131
uint8_t tr[TRBYTES];
3232
const uint8_t *rho, *rhoprime, *key;
3333
polyvecl mat[DILITHIUM_K_MAX];
34-
polyvecl s1 = {{0}};
34+
polyvecl s1 = {{{0}}};
3535
polyvecl s1hat;
3636
polyveck s2, t1, t0;
3737

0 commit comments

Comments
 (0)