bridge: Require that PreKeyBundles have Kyber pre-keys

Support for starting sessions with pre-quantum X3DH has been removed
from Swift, Java, and TypeScript. PQXDH will be required going
forward.
This commit is contained in:
Jordan Rose
2025-05-19 12:25:53 -07:00
committed by GitHub
parent 19ea54a8e7
commit 0e1ec3909b
21 changed files with 261 additions and 462 deletions

View File

@@ -5,7 +5,7 @@
Pod::Spec.new do |s|
s.name = 'LibSignalClient'
s.version = '0.72.2'
s.version = '0.73.0'
s.summary = 'A Swift wrapper library for communicating with the Signal messaging service.'
s.homepage = 'https://github.com/signalapp/libsignal'