Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 615 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 615 Bytes

Changelog

Version 2.0.0 -- 2025-02-08

  • Update to version 2.0 of FAEST specification.

Version 1.0.2 -- 2024-12-19

  • Extend test coverage.
  • Use compiler's support (GCC's vector size attribute) for vectorized implementations.
  • Reduce memory consumption.
  • Refactor for more efficient code generation.

Version 1.0.1 -- 2023-10-02

  • Post NIST PQC submission clean up.
  • Reduce memory consumption when processing signatures.
  • Implement more bit-sliced algorithms.
  • Replace manual copies with memcpy.

Version 1.0.0 -- 2023-06-02

  • Initial release.
  • Version submitted to the NIST PQC project.