Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 631 Bytes

CHANGELOG.md

File metadata and controls

19 lines (14 loc) · 631 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.

0.2.0 (2022-05-26)

Added

  • Generic SharedSecret type (#982)
  • EncappedKey::EncappedKeySize associated constant (#982)

Changed

  • Rename EncappedKey::NSecret => EncappedKey::SharedSecretSize (#982)
  • Add EncappedKey::{from_bytes, as_bytes} methods (#982)

0.1.0 (2022-01-03)

  • Initial release