Skip to content

Latest commit

 

History

History
42 lines (27 loc) · 1.18 KB

CHANGELOG.md

File metadata and controls

42 lines (27 loc) · 1.18 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.

[0.10.0] - 2024-07-24

  • Added asm feature flag

[0.9.0] - 2024-07-24

  • Made (meta_)recv_mac inputs take a &[u8; N] rather than a &mut [u8]
  • Bumped MSRV to 1.60.0 (May 2022)

[0.8.1] - 2022-10-10

Changes

  • Improved docs and fixed docsrs build

[0.8.0] - 2022-10-10

Additions

  • Made Strobe struct impl Zeroize
  • Implemented std::error::Error for AuthError, when std is set

Changes

  • Made Strobe::version_str return a [u8] rather than a String, thus removing the need for allocation
  • Updated deps

[0.7.1] - 2022-02-13

Additions

  • Made Strobe struct impl ZeroizeOnDrop (PR #4)

[0.7.0] - 2021-12-29

Additions

  • Added serialize_secret_state feature, which impls serde::Serialize and serde::Deserialize for Strobe (PR #3)

Changes

  • Some light refactoring and improvement to tests