Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 534 Bytes

CHANGELOG.md

File metadata and controls

20 lines (14 loc) · 534 Bytes

Changelog

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.