You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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.