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.2.1 (2021-11-18)

Added

  • serde feature (#248)
  • Hexadecimal serialization/deserialization support for EncodedPoint (#248)

0.2.0 (2021-11-17) [YANKED]

Added

  • pkcs8 feature (#229)

Changed

  • Rename From/ToEcPrivateKey => DecodeEcPrivateKey/EncodeEcPrivateKey (#122)
  • Use der::Document to impl EcPrivateKeyDocument (#133)
  • Rust 2021 edition upgrade; MSRV 1.56 (#136)
  • Bump der crate dependency to v0.5 (#222)

Removed

  • I/O related errors (#158)

0.1.0 (2021-09-22)

  • Initial release