Skip to content

Commit

Permalink
Update crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhop authored Dec 18, 2024
1 parent 6a4f876 commit 6a3d9e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ int crypto_sign_keypair_internal(ml_dsa_params *params,
uint8_t tr[TRBYTES];
const uint8_t *rho, *rhoprime, *key;
polyvecl mat[DILITHIUM_K_MAX];
polyvecl s1 = {{{0}}};
polyvecl s1 = {{{{0}}}};
polyvecl s1hat;
polyveck s2, t1, t0;

Expand Down

0 comments on commit 6a3d9e0

Please sign in to comment.