Releases: clearmatics/libff
Releases · clearmatics/libff
v0.1
Changelog
Features/Improvements
-
Add support for BLS12_377 and BW6_761:
-
Extend field interface with extension degrees (allows generic code to navigate the extension tower)
-
Add cofactors to curves interfaces
-
Add FFI target to use foreign function interface with libff
-
Support version of BDLO12 multiexp with signed digits (fewer buckets)
-
Add disk based multiexp
-
Add multiexp with precompute:
-
Add generic serializations
Security
Tooling
-
Retire Travis and use Github Actions instead:
-
Use GTest
-
Use clang-format
-
Add Doxygen configuration