-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
BigNum crate: https://github.com/noir-lang/noir-bignum
Something like this should work:
let input = BigNum::from_slice([16, 0, 0]);
let expected = BigNum::from_slice([4, 0, 0]);
assert(sqrt(input) == expected);Also, add edge case test cases
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers