Skip to content

Commit

Permalink
Merge pull request #8 from theforager/main
Browse files Browse the repository at this point in the history
  • Loading branch information
colinnielsen authored Nov 24, 2023
2 parents e7531ba + 35c4c86 commit 5fe8868
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Nargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "noir_array_helpers"
authors = ["@colinnielsen"]
compiler_version = "0.10.0"
compiler_version = ">=0.19.0"
notes = "AMDG"
type = "lib"

Expand Down
2 changes: 1 addition & 1 deletion src/lib.nr
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ fn u64_4_to_u8_32_unconstrained(
#[test]
fn test_u64_4_to_u8_32() {
let hash: [u64; 4] = [
19446391870127103306,
999647796417551690,
8840109498736861078,
9734560624431998397,
1906500004718046581
Expand Down

0 comments on commit 5fe8868

Please sign in to comment.