Skip to content

0.4.1

Compare
Choose a tag to compare
@lander86 lander86 released this 19 Nov 18:01
· 238 commits to master since this release
0.4.1
15730bb
  • New JNI classes and corresponding Rust native implementation calling zendoo-cctp-lib functions related to ScTxsCommitmentTree and BitVector;
  • Updated JNI classes related to PoseidonHash and MerkleTree;
  • Slight modifications to NaiveThesholdSignatureCircuit and functions to create/verify proofs;
  • Added exceptions Java side and a safe exception throwing mechanism Rust side with the usage of macros wrapping business logic code into
    "catch_unwind" closures.