-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat!: bump bignum to v0.5.0
#30
base: main
Are you sure you want to change the base?
Conversation
@kashbrti this is actually ready for review now. |
@@ -456,7 +458,7 @@ unconstrained fn compute_and_print_offset_generators<Fq, Curve, let K: u32, let | |||
cofactor: Field, | |||
) | |||
where | |||
Fq: BigNumTrait + std::ops::Mul + std::ops::Add + std::cmp::Eq, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change has happened in many places. wondering why we're not getting warnings about the std
traits not being in scope?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
other than the question I aked it all looks good
Description
Problem*
Resolves #29
Summary*
This PR updates to the latest release of noir-bignum
Additional Context
PR Checklist*
cargo fmt
on default settings.