Circom Circuits v0.5.2
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