Skip to content

Latest commit

 

History

History
90 lines (52 loc) · 2.22 KB

CHANGELOG.md

File metadata and controls

90 lines (52 loc) · 2.22 KB

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 - ReleaseDate

0.15.0 - 2020-04-03

Added

  • Scrypt KDF can be optional

0.14.0 - 2020-04-02

### Fixed

  • keys: ed25519 public key methods (as_ref, try_from, to_bytes_vector) must be consistent with bincode serialization/deserialization

0.13.0 - 2020-03-04

Added

  • Private message encryption/decryption with authentication

0.12.1 - 2020-03-03

### Fixed

  • base58: handle base58 string with too many leading zeros (Especially the string 11111111111111111111111111111111111111111111).

0.12.0 - 2020-03-02

### Fixed

  • base58: handle leading zeros

0.11.1 - 2020-03-01

### Fixed

  • ed25519: public key don't have min size. empty public key must be supported.

0.11.0 - 2020-02-29

Changed

  • DEWIF: add currency field

0.10.0 - 2020-02-20

Changed

  • DEWIF: read_dewif_file_content() now directly returns an Iterator.

0.9.1 - 2020-01-19

Added

  • Read/write DEWIF file content #1
  • Aes256 encryption/decryption
  • hashs::Hash impl AsRef<[u8]>

Changed

  • Ed25519KeyPair::generate_signator cannot fail.

Security

  • Ed25519KeyPair must not expose seed

[0.8.0] - 2020-01-16

Initial version.