Skip to content

Commit 7b5979d

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

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
@@ -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)