Skip to content

Latest commit

 

History

History
51 lines (23 loc) · 1.96 KB

File metadata and controls

51 lines (23 loc) · 1.96 KB

Changelog

0.3.0 (2026-05-12)

⚠ BREAKING CHANGES

  • switch hash function to poseidon2 (#17)

Features

  • Switch hash function to poseidon2 (#17) (52e9f13)

0.2.0 (2026-04-08)

⚠ BREAKING CHANGES

  • update to new EmbeddedCurvePoint interface (#16)

Miscellaneous Chores

  • Update to new EmbeddedCurvePoint interface (#16) (975ba95)

0.1.3 (2025-05-22)

Bug Fixes

  • Always use u32 for indexing arrays (#10) (6ac6c35)

0.1.2 (2025-03-18)

Bug Fixes

  • Add a normalization for the scalars mod BN254_Fq (#8) (041495f)

0.1.1 (2024-12-03)

Bug Fixes

  • Remove references to stdlib implementation of schnorr (#3) (9b31ef1)

0.1.0 (2024-11-30)

Features