Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 936 Bytes

CHANGELOG.md

File metadata and controls

34 lines (24 loc) · 936 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.1 (2024-08-17)

Added

  • zeroize feature (#51)

0.2.0 (2024-08-16)

Added

  • DecapsulationKey::encapsulation_key (#48)
  • Re-export kem::{Decapsulate, Encapsulate} under kem module (#49)
  • Re-exports hybrid-array as array (#49)

Changed

  • Update to FIPS 203 final (#47)

0.1.1 (2024-06-04)

Security

  • Fix potential "Kyberslash" attack (#18)

0.1.0 (2024-04-12)

  • Initial release