Skip to content

Latest commit

 

History

History
42 lines (24 loc) · 993 Bytes

CHANGELOG.md

File metadata and controls

42 lines (24 loc) · 993 Bytes

Changelog

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

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

v2.5.3 - 2023-10-19

  • Add to and from Vec methods
  • Add serialization for PublicKeyShares

v2.4.1 - 2023-09-27

  • Additional checks for invalid points and scalars
  • Use canonical Clone with Copy

v2.4.0 - 2023-08-09

  • Update API to use endian specific outputs

v2.3.0 - 2023-06-01

  • Update inner dependencies

v2.2.0 - 2023-05-30

  • Change to use traits instead of concrete types which reduces code duplication
  • Allow for blst or pure rust implementations of BLS12-381

v1.1.0 - 2023-03-1

  • Refactor methods for creating signature proofs of knowledge

v1.0.1 - 2023-03-01

  • Add const BYTES ProofOfKnowledge structs
  • Add to_bytes and from_bytes to ProofOfKnowledge structs

v1.0.0 - 2023-02-28

  • Initial release.