You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,16 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
5
5
_NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.org/project/devtools-cli/), **do not edit manually**._
6
6
7
7
8
-
### [0.4.2] - 2024-02-05 - _latest_
8
+
### [1.0.0] - 2025-03-18 - _latest_
9
+
10
+
- Major refactor of large parts of the codebase and also pytests.
11
+
- Replaced Kyber and Dilithium classes with MLKEM_* and MLDSA_* classes. Other breaking changes as well.
12
+
- QuantCrypt now supports wider variety of PQC algorithms from the PQClean project.
13
+
- 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.
14
+
- Added compile command to CLI. This command becomes available when QuantCrypt has been installed with optional dependencies required by the compiler component.
15
+
- QuantCrypt now correctly builds binary wheels on GitHub Actions for all supported Python versions on Windows, Linux and MacOS platforms.
16
+
17
+
### [0.4.2] - 2024-02-05
9
18
10
19
- Restored --version and --info options to qclib CLI command
11
20
@@ -63,6 +72,7 @@ _NOTE: This changelog is generated and managed by [devtools-cli](https://pypi.or
63
72
- Renamed MemSize class in KDF module to MemCost and changed its interface
64
73
- Added CLI command `qclib` with options `--info` and `--version`
0 commit comments