Releases: HorizenOfficial/zendoo-mc-cryptolib
Releases · HorizenOfficial/zendoo-mc-cryptolib
0.5.0
0.4.0
- Remove hardcoded rust version
- Use new gingerlib 0.6.0 that fix the ambiguous pk/vk and asm x86_64 optimization
- All circuits pk/vk will change, old pk/vk will continue to work with this version but if you want to verify them you should use the old version
- Now asm optimization works also on stable and main chain will use it
- Remove hardcoded dependency
0.3.0
What's Changed
- Fix cargo audit to catch advisory where information is set to unsound and yanked crates
- Update cctp-lib and ginger-lib dependencies to new tags
- Fix compilation on WSL2 and other warnings
0.2.1
0.2.0
- Implemented C++ wrappers calling zendoo-cctp-lib functions related to ScTxsCommitmentTree, BitVector, ZendooBatchProofVerifier;
- Implemented possibility to prioritize certain batch proof verification with respect to others;
- Implemented several macros wrapping the reading operation of C++ raw data;
- Imported C++ header proving a nice testing framework for C++ tests;
- Updated test script with new circuit and verifier interfaces.
0.1.0
Rust C wrappers for calls to FieldElement, PoseidonHash, MerkleTree and Groth16 prover with MNT-753 curves of ginger-lib version 0.2.0