Skip to content

Commit

Permalink
add const to test file struct
Browse files Browse the repository at this point in the history
  • Loading branch information
jakemas committed Dec 18, 2024
1 parent 1f66178 commit b60f5ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crypto/dilithium/p_pqdsa_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -964,7 +964,7 @@ struct PQDSATestVector {
uint8_t *sig, size_t *sig_len,
const uint8_t *message, size_t message_len,
const uint8_t *pre, size_t pre_len,
uint8_t *rnd);
const uint8_t *rnd);

int (*verify)(const uint8_t *public_key,
const uint8_t *sig, size_t sig_len,
Expand Down

0 comments on commit b60f5ce

Please sign in to comment.