Skip to content

Commit

Permalink
chr to tr
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Nov 21, 2024
1 parent 9261040 commit ea29c49
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crypto/dilithium/pqcrystals_dilithium_ref_common/sign.c
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ int crypto_sign_verify_internal(ml_dsa_params *params,
unsigned int i;
uint8_t buf[DILITHIUM_K_MAX*DILITHIUM_POLYW1_PACKEDBYTES_MAX];
uint8_t rho[SEEDBYTES];
uint8_t mu[CRHBYTES], tr[CRHBYTES];
uint8_t mu[CRHBYTES];
uint8_t tr[TRBYTES];
uint8_t c[DILITHIUM_C_TILDE_BYTES_MAX];
uint8_t c2[DILITHIUM_C_TILDE_BYTES_MAX];
poly cp;
Expand Down

0 comments on commit ea29c49

Please sign in to comment.