Skip to content

v0.0.4

Compare
Choose a tag to compare
@olomix olomix released this 05 Sep 17:43
· 4 commits to main since this release
74dd391

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

Full Changelog: v0.0.3...v0.0.4