Skip to content
This repository was archived by the owner on Sep 4, 2026. It is now read-only.

Release v1.0.0

Choose a tag to compare

@aabmets aabmets released this 18 Mar 14:26
· 6 commits to main since this release
  • Major refactor of large parts of the codebase and also pytests.
  • Replaced Kyber and Dilithium classes with MLKEM_* and MLDSA_* classes. Other breaking changes as well.
  • QuantCrypt now supports wider variety of PQC algorithms from the PQClean project.
  • Reworked compiler directly into the QuantCrypt library, so it becomes possible to compile PQA binaries on platforms for which binary wheels are not available on PyPI registry.
  • Added compile command to CLI. This command becomes available when QuantCrypt has been installed with optional dependencies required by the compiler component.
  • QuantCrypt now correctly builds binary wheels on GitHub Actions for all supported Python versions on Windows, Linux and MacOS platforms.