Skip to content

Commit

Permalink
fix kernel compilation complaint
Browse files Browse the repository at this point in the history
Signed-off-by: Stephan Mueller <[email protected]>
  • Loading branch information
smuellerDD committed Nov 9, 2023
1 parent 61a8251 commit 9787409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signature/src/avx2/dilithium_signature_avx2.c
Original file line number Diff line number Diff line change
Expand Up @@ -488,12 +488,12 @@ static int lc_dilithium_verify_avx2_internal(const struct lc_dilithium_sig *sig,
poly c, w1, h;
keccakx4_state keccak_state;
};
LC_DECLARE_MEM(ws, struct workspace_verify, 32);
unsigned int i, j, pos = 0;
const uint8_t *hint = sig->sig + LC_DILITHIUM_CTILDE_BYTES +
LC_DILITHIUM_L * LC_DILITHIUM_POLYZ_PACKEDBYTES;
polyvecl *row;
int ret = 0;
LC_DECLARE_MEM(ws, struct workspace_verify, 32);

row = ws->rowbuf;

Expand Down

0 comments on commit 9787409

Please sign in to comment.