Skip to content

Commit

Permalink
linking issue
Browse files Browse the repository at this point in the history
  • Loading branch information
benesjan committed Jan 8, 2025
1 parent 262d42f commit 9461346
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -768,6 +768,8 @@ pub global PROOF_TYPE_AVM: u32 = 4;
pub global PROOF_TYPE_ROLLUP_HONK: u32 = 5;
pub global PROOF_TYPE_ROOT_ROLLUP_HONK: u32 = 6;

// TODO: Compute 2^64 here:
// Currently unsupported https://github.com/noir-lang/noir/issues/6991
pub global POW64: Field = 18446744073709551616; //2^64;

mod test {
Expand Down

0 comments on commit 9461346

Please sign in to comment.