Weikeng Chen
d2c998736e
Release v0.3.0 ( #62 )
* release
* update CHANGELOG.md
3 years ago
Alex Ozdemir
ada1fdac07
Fix Bls12-377 scalar group generator ( #60 )
* Fix Bls12-377 scalar group generator
Previously we used 11 as a generator, which has order (p-1)/35.
Now we use 22, which has the right order.
Fixed the two-adic root of unity in accordance with the new generator.
fixes #47
* add the CHANGE LOG
Co-authored-by: weikeng <w.k@berkeley.edu>
4 years ago
Daira Hopwood
4d6c49640c
Add benchmarks for Pallas and Vesta curves. ( #53 )
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
4 years ago
Dev Ojha
de78b0da1d
Update CHANGELOG.md ( #50 )
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
4 years ago
Pratyush Mishra
5c0dcd5ca1
Fix links in curve documentation ( #49 )
4 years ago
Dev Ojha
fea21d919a
Linkify changelog ( #46 )
4 years ago
Weikeng Chen
666da1e3b2
Fix ed-on-mnt4-753 ( #45 )
* fix ed-mnt4-753
* update CHANGELOG
4 years ago
Weikeng Chen
74f6efb821
Replace `rand` with `ark_std::rand` ( #42 )
* replace rand
* update CHANGELOG
* fmt
* fix
* fix
4 years ago
Dev Ojha
cd88721883
Switch to panic='abort' for safety across FFI boundaries ( #38 )
4 years ago
Dev Ojha
505b72e71e
Add Changelog and contributing file ( #31 )
* Add issue/PR templates
Co-authored-by: Pratyush Mishra <pratyushmishra@berkeley.edu>
4 years ago