Skip to content

Circom Circuits v0.5.2

Choose a tag to compare

@github-actions github-actions released this 05 Jun 22:07
v0.5.2
3a4bdb1

This release fixes a symbol isolation bug in circuit libraries. Fr_* symbols are now localised inside each circuit archive, preventing link-time conflicts when circuit libraries and rapidsnark are linked into the same binary.

Changelog

Fixed

  • Localise Fr symbols to prevent conflicts with rapidsnark and other ZK libraries (#45)

Maintenance & Tooling

  • Update documentation and comments to reflect the updated symbol isolation strategy (#45)

Full Changelog: v0.5.1...v0.5.2

Contributors

@strinnityk