-
Notifications
You must be signed in to change notification settings - Fork 143
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Group elements to and from uncompressed form * Add ToFromUncompressedBytes impl for G2Elements * docs + tests * add sum function * clippy * benchmarks * add fast sum function * very fast version works * clean up * keep only 'safe' version * clean up * more test cases * name * add to_bytes method * Clean up * benchmarks + docs * regression test * review comments #1 * test * tests * test * test * use vector of ptrs * remove redundant comment
- Loading branch information
Showing
3 changed files
with
266 additions
and
11 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