Releases: clearmatics/neodizk
Releases · clearmatics/neodizk
0.2 - Whirlpool
Changelog
Features
-
Add utils scripts to run the project in docker and setup a set of EC2
instances -
Add object equality functions (
public boolean equals(Object o)
)- PR: #27
-
Add binary readers
- PRs: #28
-
Add getters for coordinates in BN interfaces
- PRs: #31
-
Add binary writers
- PRs: #32
-
Add simple distributed prover
-
Add support for BLS12-377 in prover
- PRs: #33
-
Add profiling scripts
- PRs: #36
Fixes
- Fix the computation of roots of unity
- PRs: #31
0.1 - Andromeda
Changelog
(since forked)
Features
-
Support for
BLS12-377
-
Support for Flintrock and Ganglia tools for cluster management
-
Support for loading R1CS programs (Serial and Distributed)
-
Support for Groth16 BGM-variant
Code quality
-
Support for Spotless for consistent code format
-
Diminished code duplication (in
src/main
andsrc/test
) -
Enhanced documentation
Build and CI
- Add Github Action minimal workflows