Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/tf/always-inline-generator' into…
Browse files Browse the repository at this point in the history
… 6349-test-brillig-inliner
  • Loading branch information
aakoshh committed Oct 25, 2024
2 parents 3e2e5a4 + dcc6b0a commit f0503e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions noir_stdlib/src/hash/mod.nr
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ pub fn pedersen_hash_with_separator<let N: u32>(input: [Field; N], separator: u3
}

#[field(bn254)]
#[inline_always]
pub fn derive_generators<let N: u32, let M: u32>(
domain_separator_bytes: [u8; M],
starting_index: u32,
Expand Down

0 comments on commit f0503e1

Please sign in to comment.