summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--android/CHANGELOG.md5
-rw-r--r--ios/CHANGELOG.md4
2 files changed, 9 insertions, 0 deletions
diff --git a/android/CHANGELOG.md b/android/CHANGELOG.md
index 123051408a..1bd0710fe6 100644
--- a/android/CHANGELOG.md
+++ b/android/CHANGELOG.md
@@ -22,6 +22,11 @@ Line wrap the file at 100 chars. Th
* **Security**: in case of vulnerabilities.
## [Unreleased]
+### Changed
+- Replace Classic McEliece with HQC as one of the post-quantum safe key exchange
+ mechanisms used for the quantum-resistant tunnels. The main benefits here are that HQC
+ uses a lot less CPU to compute the keypair, and the public key sent to the server
+ is drastically smaller.
## [android/2025.4-beta1] - 2025-05-06
diff --git a/ios/CHANGELOG.md b/ios/CHANGELOG.md
index 66be5a2682..1dfd86c9db 100644
--- a/ios/CHANGELOG.md
+++ b/ios/CHANGELOG.md
@@ -28,6 +28,10 @@ Line wrap the file at 100 chars. Th
### Changed
- Improve the filter view to display the number of available servers based on selected criteria.
- Make the app feel more responsive when reconnecting.
+- Replace Classic McEliece with HQC as one of the post-quantum safe key exchange
+ mechanisms used for the quantum-resistant tunnels. The main benefits here are that HQC
+ uses a lot less CPU to compute the keypair, and the public key sent to the server
+ is drastically smaller.
## 2025.2 - 2025-02-08
### Added