Skip to content

Latest commit

 

History

History
42 lines (32 loc) · 1.29 KB

CHANGELOG.md

File metadata and controls

42 lines (32 loc) · 1.29 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

0.13.3 (2023-11-11)

Added

  • Implement hash2curve (#964)

Fixed

  • Panics when decoding FieldElements (#967)

0.13.2 (2023-11-09)

Added

  • serde feature (#962)

Changed

  • Remove pub from arithmetic module (#961)

0.13.1 (2023-11-09) [YANKED]

Added

  • Bernstein-Yang scalar inversions (#786)
  • VOPRF support (#924)
  • arithmetic feature (#953)
  • ecdh feature (#954)
  • ecdsa feature (#956)

0.13.0 (2023-03-03) [YANKED]

  • Initial release