summaryrefslogtreecommitdiffhomepage
path: root/ios
diff options
context:
space:
mode:
authorLinus Färnstrand <linus@mullvad.net>2025-05-14 11:08:01 +0200
committerLinus Färnstrand <linus@mullvad.net>2025-05-14 15:12:40 +0200
commit49a1c34bfdb56697385956fe6166cfd80ea7c752 (patch)
treec692006c12e56e5ff8fdd2662da84120de064d32 /ios
parent47d6d30e2263b8a644b88e10f3cda5edfbe6bff4 (diff)
downloadmullvadvpn-49a1c34bfdb56697385956fe6166cfd80ea7c752.tar.xz
mullvadvpn-49a1c34bfdb56697385956fe6166cfd80ea7c752.zip
Add change from Classic McEliece -> HQC in the mobile changelogs
Diffstat (limited to 'ios')
-rw-r--r--ios/CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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