Skip to content

Commit

Permalink
Update noir_stdlib/src/hash.nr
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench authored Jun 24, 2024
1 parent 6fac157 commit 1bc5214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion noir_stdlib/src/hash.nr
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ fn pedersen_hash_with_separator_noir<N>(input: [Field; N], separator: u32) -> Fi
pub fn pedersen_hash_with_separator<N>(input: [Field; N], separator: u32) -> Field {}

#[foreign(pedersen_commitment)]
pub fn __pedersen_commitment_with_separator<N>(input: [Field; N], separator: u32) -> [Field; 2] {}
fn __pedersen_commitment_with_separator<N>(input: [Field; N], separator: u32) -> [Field; 2] {}

pub fn hash_to_field(inputs: [Field]) -> Field {
let mut sum = 0;
Expand Down

0 comments on commit 1bc5214

Please sign in to comment.