We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fac157 commit 1bc5214Copy full SHA for 1bc5214
noir_stdlib/src/hash.nr
@@ -82,7 +82,7 @@ fn pedersen_hash_with_separator_noir<N>(input: [Field; N], separator: u32) -> Fi
82
pub fn pedersen_hash_with_separator<N>(input: [Field; N], separator: u32) -> Field {}
83
84
#[foreign(pedersen_commitment)]
85
-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] {}
86
87
pub fn hash_to_field(inputs: [Field]) -> Field {
88
let mut sum = 0;
0 commit comments