Skip to content

Commit

Permalink
test with_keccak()
Browse files Browse the repository at this point in the history
  • Loading branch information
gzanitti committed Dec 20, 2024
1 parent 682256a commit 415b113
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion riscv/tests/riscv.rs
Original file line number Diff line number Diff line change
Expand Up @@ -753,7 +753,11 @@ fn exported_csv_as_external_witness() {
);

// compile
let options = CompilerOptions::new(KnownField::GoldilocksField, RuntimeLibs::new(), false);
let options = CompilerOptions::new(
KnownField::GoldilocksField,
RuntimeLibs::new().with_keccak(),
false,
);
let asm = powdr_riscv::elf::translate(&executable, options);

// export witness
Expand Down

0 comments on commit 415b113

Please sign in to comment.