constantine/research
Mamy Ratsimbazafy f6c02fe075
Optimized subgroup checks and cofactor clearing (#169)
* Move cofactor clearing to dedicated per-curve subgroups file

* Add BLS12-381 fast subgroup checks

* Implement fast cofactor clearing for BN254_snarks

* Add fast subgroup check to BN254Snarks

* add BLS12_377 optimized cofactor and subgroup functions

* Add BN254_Nogami

* Add GT-subgroup tests

* Use the new subgroup checks for Eth1 EVM precompiles
2022-01-03 14:12:58 +01:00
..
bw6_761 Optimized subgroup checks and cofactor clearing (#169) 2022-01-03 14:12:58 +01:00
kzg_poly_commit Rename NotOnTwist/OnTwist => subgroup G1 and G2 2022-01-01 19:17:04 +01:00
README.md [Research] KZG polynomial commitment - part 1 FFT (#151) 2021-02-06 22:11:17 +01:00

README.md

Research

This folder stashes experimentations before they are productionized into the library.