Skip to content

Commit

Permalink
len -> 1024
Browse files Browse the repository at this point in the history
  • Loading branch information
sragss committed Mar 28, 2024
1 parent bdb2999 commit 55190f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jolt-core/src/benches/bench.rs
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ fn sha2chain() -> Vec<(tracing::Span, Box<dyn FnOnce()>)> {
let mut tasks = Vec::new();
let mut program = host::Program::new("sha2-chain-guest");
program.set_input(&[5u8; 32]);
program.set_input(&800u32);
program.set_input(&1024u32);

let task = move || {
let bytecode = program.decode();
Expand Down

0 comments on commit 55190f2

Please sign in to comment.