Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.49 KB

CHANGELOG.md

File metadata and controls

42 lines (34 loc) · 1.49 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.2 (2023-04-15)

Changed

  • Enable arithmetic and ecdsa by default (#833)

Fixed

  • Have serde feature enable primeorder/serde (#851)

0.13.1 (2023-04-09)

Added

  • Projective arithmetic tests (#813)
  • ecdh feature (#814)
  • arithmetic feature (#815)
  • ecdsa feature (#816)
  • FIPS 186-4 ECDSA test vectors (#817)
  • Wycheproof test vectors (#818)
  • Bump primeorder to v0.13.1 (#819)

Changed

  • Better Debug for field elements (#798)
  • Make primeorder dependency optional (#799)

0.13.0 (2023-03-03)

  • Initial release