-
Notifications
You must be signed in to change notification settings - Fork 151
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Compression/Decompression of G2 Points for BLS12_381 (#909)
* add compress g2 point * refactor compress * add alloc * fix trait imp * fix y compare * fix function return * rm macro * avoid alloc * fix clippy * fmt * make clippy happy --------- Co-authored-by: Diego K <43053772+diegokingston@users.noreply.github.com> Co-authored-by: diegokingston <dkingston@fi.uba.ar>
- Loading branch information
1 parent
94c2293
commit 00869a7
Showing
4 changed files
with
167 additions
and
23 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
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