Skip to content

Latest commit

 

History

History
60 lines (34 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

60 lines (34 loc) · 1.55 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.4.2 (2024-12-23)

  • Added decaps with seed
  • Another fuzzing harness (experimental wip)

0.4.1 (2024-10-13)

  • Minor internal polish; alignment with ffi functionality
  • Revisit/revise supporting benches, ct_cm4, dudect, ffi and wasm code

0.4.0 (2024-09-12)

  • Updated to final release of FIPS 203 as of August 13, 2024; Passes NIST tests
  • Added keygen_from_seed(d, z) API

0.2.1 (2024-05-01)

  • Very minor dev dependency downgrade for compat (flate2)

0.2.0 (2024-04-26)

  • Removed _vt suffix from top-level API as constant-time operation is now measured

0.1.6 (2024-04-24)

  • Additional tests in validate_keypair_vt(), implemented second round review feedback

0.1.5 (2024-04-14)

  • Significant performance optimizations and internal revisions based upon review feedback

0.1.4 (2024-04-01)

  • Constant-time fixes and measurement
  • Significant internal clean up, additional SerDes validation

0.1.3 (2024-02-27)

  • Adjustments to dependency versions to support MSRV 1.70

0.1.2 (2024-02-21)

  • Added (serialized) keypair validation functionality
  • General clean-up, refined checks, some constant-time work
  • Cargo deny and codecov; revised bench, fuzz, dudect and ct_cm4

0.1.1 (2023-10-30)

  • Fully functional in all three parameter sets

0.1.0 (2023-10-15)

  • Initial API release skeleton