v0.10.0
What's Changed
Fixes
New features / refactor
- feat: FFT signature now takes variadic options by @gbotrel in #345
- feat: add ECDSA public key recover from message, signature and recovery info by @ivokub in #347
- expose bn254 tower to gnark by @yelhousni in #354
- Export BW6-761 E3/E6 by @SherLzp in #359
- Expose BLS12-381 tower by @yelhousni in #360
Perf
- perf: sis tensor commitment by @gbotrel in #344
- Add support for parallelization in the tensor-commitment by @AlexandreBelling in #263
- Perf/tensor commitment by @AlexandreBelling in #341
- perf(stark-curve): no subgroup check on prime-order curve by @yelhousni in #349
- perf(bw6-756): optimize GT subgroup membership by @yelhousni in #351
- perf: optimize BLS24-317 final exp by @yelhousni in #356
- perf: tweaks in iop/ kzg/ packages by @gbotrel in #361
- perf & refactor: pairings by @yelhousni in #366
New Contributors
- @ivokub made their first contribution in #347
- @SherLzp made their first contribution in #359
- @jtraglia made their first contribution in #364
Full Changelog: v0.9.1...v0.10.0