Skip to content

Commit

Permalink
fix: Barretenberg renamed pedersen to pedersen_commitment (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
phated authored Apr 12, 2023
1 parent 2366e10 commit 8a65ec3
Show file tree
Hide file tree
Showing 5 changed files with 41 additions and 19 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
with:
repository: AztecProtocol/barretenberg
path: barretenberg
ref: 3bc724d2163d29041bfa29a1e49625bab77289a2
ref: 500daf1ceb03771d2c01eaf1a86139a7ac1d814f

- name: Setup Linux environment
if: matrix.os == 'ubuntu-latest'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To leverage the `barretenberg-sys` crate, you'll need to install some global pac

Linker provided by Clang, but might need to be installed via `apt install lld`.

4. `barretenberg` (preferably at commit `3bc724d2163d29041bfa29a1e49625bab77289a2`)
4. `barretenberg` (preferably at commit `500daf1ceb03771d2c01eaf1a86139a7ac1d814f`)

Needs to be built and installed following the instructions [in the README](https://github.com/AztecProtocol/barretenberg#getting-started). Note that barretenberg has its own [dependencies](https://github.com/AztecProtocol/barretenberg#dependencies) that will need to be installed, such as `cmake` and `ninja`.

Expand Down
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ fn main() -> Result<()> {
r#"
#include <barretenberg/dsl/acir_proofs/c_bind.hpp>
#include <barretenberg/crypto/blake2s/c_bind.hpp>
#include <barretenberg/crypto/pedersen/c_bind.hpp>
#include <barretenberg/crypto/pedersen_commitment/c_bind.hpp>
#include <barretenberg/crypto/schnorr/c_bind.hpp>
#include <barretenberg/ecc/curves/bn254/scalar_multiplication/c_bind.hpp>
"#,
Expand Down
6 changes: 5 additions & 1 deletion cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@
"bindgen",
"Bindgen",
"thiserror",
"Barretenberg"
"Barretenberg",
"consts",
"acir",
"schnorr",
"plookup"
]
}
48 changes: 33 additions & 15 deletions flake.lock

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

0 comments on commit 8a65ec3

Please sign in to comment.