Releases: zkVerify/ultrahonk_verifier
Releases · zkVerify/ultrahonk_verifier
Release 0.3.2
This release simply adds the functionality for deriving the value of the logarithm of the domain size from the proof size.
Release 0.3.1
This patch release:
- updates various verifier resources in accordance with
bb v3.0.3 - introduces some small technical improvements to the codebase
Release 0.3.0
This release brings compatibility of the UltraHonk verifier crate up to speed with bb v.3.*.*.
- Users can now work with more compact proofs.
- JavaScript zkApp developers—who use the
bb.jslibrary and do not have access to a CLI—can now freely generate zero-knowledge proofs withbb.jswithin their application and then submit them to zkVerify for verification. This was not possible with our previously supported range of versions. - Further code optimization and refactoring to improve scalability for more complex circuits and overall code quality.
Release 0.2.1
Verifier optimization.
Release 0.2.0
Add support for non-zk variant of UltraHonk.
Release 0.1.0
Merge pull request #1 from zkVerify/dimitris/implement-ultrahonk Dimitris/implement ultrahonk