-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: fixed reduction parameter error (#31)
* fixed reduction parameter error redc_param previously was only large enough to cover barrett reductions whose input was < 2^{modulus_bits * 2 + 2} this was insufficient for elliptic curve arithmetic in bignum redc_param is now large enough to cover barrett reduction inputs of at least 16 * modulus^2 additonally, library upgraded to not trigger compiler warnings for nargo 0.35.0 * format * Update src/runtime_bignum_test.nr Co-authored-by: Maxim Vezenov <[email protected]> * Update src/runtime_bignum_test.nr Co-authored-by: Maxim Vezenov <[email protected]> * Update src/runtime_bignum_test.nr Co-authored-by: Maxim Vezenov <[email protected]> --------- Co-authored-by: Tom French <[email protected]> Co-authored-by: Maxim Vezenov <[email protected]>
- Loading branch information
1 parent
862ac51
commit c312ef7
Showing
34 changed files
with
631 additions
and
425 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.