Skip to content
This repository has been archived by the owner on Oct 31, 2023. It is now read-only.

Commit

Permalink
chore: bump commit
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 26, 2023
1 parent 40d0bda commit 089c059
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 9 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions acvm_backend_barretenberg/src/acvm_interop/pwg.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,7 @@ impl PartialWitnessGenerator for Barretenberg {
BlackBoxFunc::AND | BlackBoxFunc::XOR => {
logic::solve_logic_opcode(initial_witness, func_call)
}
BlackBoxFunc::RANGE => {
range::solve_range_opcode(initial_witness, func_call)?;
Ok(OpcodeResolution::Solved)
}
BlackBoxFunc::RANGE => range::solve_range_opcode(initial_witness, func_call),
BlackBoxFunc::AES | BlackBoxFunc::Keccak256 => Err(
OpcodeResolutionError::UnsupportedBlackBoxFunc(func_call.name),
),
Expand Down
2 changes: 1 addition & 1 deletion common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ publish = false

[dependencies]
#acvm = { version = "0.9.0", features = ["bn254"] }
acvm = { git = "https://github.com/noir-lang/acvm", rev = "e8e93fda0db18f0d266dd1aacbb53ec787992dc9", features = ["bn254"] }
acvm = { git = "https://github.com/noir-lang/acvm", rev = "15d3c5a9be2dd92f266fcb7e672da17cada9fec5", features = ["bn254"] }

0 comments on commit 089c059

Please sign in to comment.