Skip to content

Releases: zkVerify/ultrahonk_verifier

Release 0.3.2

02 Mar 10:59
986b79b

Choose a tag to compare

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

17 Feb 12:54
8803e30

Choose a tag to compare

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

06 Feb 20:05
2412e98

Choose a tag to compare

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.js library and do not have access to a CLI—can now freely generate zero-knowledge proofs with bb.js within 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

17 Oct 16:02
4d2c8ca

Choose a tag to compare

Verifier optimization.

Release 0.2.0

02 Sep 11:35
ada0943

Choose a tag to compare

Add support for non-zk variant of UltraHonk.

Release 0.1.0

15 Jul 15:31
07262d1

Choose a tag to compare

Merge pull request #1 from zkVerify/dimitris/implement-ultrahonk

Dimitris/implement ultrahonk