Skip to content

Commit 1bc5214

Browse files
authored
Update noir_stdlib/src/hash.nr
1 parent 6fac157 commit 1bc5214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

noir_stdlib/src/hash.nr

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ fn pedersen_hash_with_separator_noir<N>(input: [Field; N], separator: u32) -> Fi
8282
pub fn pedersen_hash_with_separator<N>(input: [Field; N], separator: u32) -> Field {}
8383

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

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

0 commit comments

Comments
 (0)