Skip to content

0.5.0

Compare
Choose a tag to compare
@lander86 lander86 released this 14 Feb 10:53
· 65 commits to master since this release
0.5.0
fe094ae
  • Updated to ginger-lib 0.4.0
  • Updated to zendoo-cctp-lib 0.1.2
  • Introduced CSW circuit and all the Java classes and Rust/Java functions to perform setup/creation/verification;
  • Fix issue #72 ;
  • Added support for custom fields in NaiveThresholdSignatureCircuit;
  • Better DLOG keys handling: added possibility to trim keys without regenerating them based on the size of the circuit (#77);
  • Be more verbose when error occurs via eprintln! (will be replaced with Java exceptions and adequate description when addressing #31
  • Exposed circuit debug capability also Java side #76
  • Java/Rust bindings for InMemorySparseMerkleTree #70
  • Java/Rust bindings for additional CommitmentTree functions #74