v0.0.4
What's Changed
- MSM optimizations by @nixw4 in #20
- New implementation of Multi scalar multiplication (MSM) in ffiasm library.
- Added automatic calculation of the optimal bucket count to MSM.
- Added NAF decomposition to MSM.
- OpenMP replaced by C++ std threads with equivalent performance in ffiasm library and groth16 prover.
- fix: README.md hyperlinks interchanged by @Quantaindew in #22
New Contributors
- @Quantaindew made their first contribution in #22
Full Changelog: v0.0.3...v0.0.4