constantine/research/kzg
Mamy Ratsimbazafy b9c911ba37
Accelerate FFT - endomorphism + wNAF vartime scalar mul (#258)
* accel FFT by 30+% with vartime endomorphism support

* silly error fix

* endomorphism + wNAF, closes #253, FFT 20% speedup

* vartime EC addition for all repr

* implement vartime EC add

* finishing touches, renam to fft_vartime
2023-09-04 10:19:14 +02:00
..
README.md move research sanity check to research/ [skip ci] 2023-01-30 20:57:12 +01:00
fft_fr.nim Ethereum KZG polynomial commitments / EIP-4844 (part 1) (#239) 2023-08-13 15:08:04 +02:00
fft_g1.nim Accelerate FFT - endomorphism + wNAF vartime scalar mul (#258) 2023-09-04 10:19:14 +02:00
fft_lut.nim Ethereum KZG polynomial commitments / EIP-4844 (part 1) (#239) 2023-08-13 15:08:04 +02:00
kzg_single_proofs.nim move research sanity check to research/ [skip ci] 2023-01-30 20:57:12 +01:00
polynomials.nim move research sanity check to research/ [skip ci] 2023-01-30 20:57:12 +01:00
strided_views.nim Ethereum KZG polynomial commitments / EIP-4844 (part 1) (#239) 2023-08-13 15:08:04 +02:00