Skip to content

Latest commit

 

History

History
29 lines (23 loc) · 964 Bytes

CHANGELOG.md

File metadata and controls

29 lines (23 loc) · 964 Bytes

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.

[Unreleased]

[0.2.2] - 2020-12-17

Changed

  • Updated dependencies

[0.2.1] - 2020-09-25

Added

  • public sk_to_curve function (converts SecretKey to EphSecretKey)
  • as_base64() fns for Keypair, PublicKey, Signature, Hash
  • NetworkKey::from_base64
  • Debug trait impl for Keypair, SecretKey

[0.2.0] - 2020-09-02

Added

  • Dalek/RustCrypto implementation of crypto operations, in addition to sodiumoxide
  • from_base64 functions for Keypair, PublicKey, Signature, and Hash
  • cargo feature flags to control functionality (dalek vs sodium, base64 decoding)
  • no_std support

Changed

  • Revamped API
  • Crypto operations now default to the new Dalek/RustCrypto implementation