Changelog

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

The format is based on Keep a Changelog.

[Unreleased]

Changed

  • In the public module, functions to parse and marshal DER-encoded public/private keys have been moved from bare functions to methods on the DerPublicKey and DerPrivateKey traits.
  • In the public::ec module, functions to parse and marshal DER-encoded public/private keys as the EcPubKeyAnyCurve and EcPrivKeyAnyCurve types have been moved from bare functions to methods on those types.