Skip to content

Commit 0646741

Browse files
committed
CR fix
Signed-off-by: Jake Massimo <[email protected]>
1 parent 86ad4c1 commit 0646741

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proofs/cbmc/mldsa_shake128_stream_init/mldsa_shake128_stream_init_harness.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
void harness(void)
88
{
99
keccak_state *s;
10-
const uint8_t seed[MLDSA_SEEDBYTES];
10+
const uint8_t *seed;
1111
uint16_t nonce;
1212

1313
mldsa_shake128_stream_init(s, seed, nonce);

0 commit comments

Comments
 (0)