Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.2 KB

CHANGELOG.md

File metadata and controls

26 lines (17 loc) · 1.2 KB

CHANGELOG

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

0.2.0 (2024-10-29)

Changed

  • #696: removed derived Debug and Serialize for private keys.
    • Manually implemented Debug for private signing keys to not print the actual value.
    • Remove derived (de)serialization. Implemented to/from_bytes() and the conversions to/from TaggedBase64.

0.1.1 (2024-07-25)

Changed

  • #586 Omit private keys from logging and debug output.

0.1.0

  • Initial release. Carved out from jf-primitives.
  • Signature scheme trait definitions and implementations.
  • Turn on bls feature to use BLS signature scheme on Bn254 and Bls12_381.
  • Turn on schnorr feature to use Schnorr signature scheme.
  • Turn on gadgets feature for circuit implementation of Schnorr signature scheme.