forked from RustCrypto/elliptic-curves
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* WIP bigint2 impl * reverse byteorder * update to latest version * loosen bytemuck version requirement * update to rc version * bump proc-macro2 * wip changes with extra checks * uncomment ignored test * put back precomputed tables logic * point to risc0 2572 * bump to latest version and commit * bump bigint2 commit to latest * bump version to 1.2.0-rc.1 * swap pointers instead of copying data * bump to 1.2 * Update k256/src/arithmetic/projective.rs * Update k256/src/arithmetic/projective.rs Co-authored-by: Frank Laub <[email protected]> * Update k256/src/arithmetic/projective.rs * Update k256/src/arithmetic/projective.rs * Update k256/src/arithmetic/projective.rs * remove dead code from bigint1 --------- Co-authored-by: Victor Graf <[email protected]> Co-authored-by: Frank Laub <[email protected]>
- Loading branch information
1 parent
347e1e6
commit 68c60ba
Showing
5 changed files
with
189 additions
and
71 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.