Skip to content

Releases: clearmatics/neodizk

0.2 - Whirlpool

26 Aug 15:09
ad03b9a
Compare
Choose a tag to compare
0.2 - Whirlpool Pre-release
Pre-release

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))

  • Add binary readers

  • Add getters for coordinates in BN interfaces

  • Add binary writers

  • Add simple distributed prover

  • Add support for BLS12-377 in prover

  • Add profiling scripts

Fixes

  • Fix the computation of roots of unity

0.1 - Andromeda

10 Feb 18:57
ce1b3f6
Compare
Choose a tag to compare
0.1 - Andromeda Pre-release
Pre-release

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 and src/test)

  • Enhanced documentation

Build and CI

  • Add Github Action minimal workflows