mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-27 10:07:26 +02:00
protocol: Reject X3DH PreKey messages
- Drop X3DH tests - Drop cross-version tests with libsignal v0.12 and v0.21 - Change session benchmarks to use PQXDH, which is relevant if doing comparisons before/after this commit.
This commit is contained in:
@@ -20,9 +20,3 @@ pub use current::LibSignalProtocolCurrent;
|
||||
|
||||
mod v70;
|
||||
pub use v70::LibSignalProtocolV70;
|
||||
|
||||
mod v21;
|
||||
pub use v21::LibSignalProtocolV21;
|
||||
|
||||
mod v12;
|
||||
pub use v12::LibSignalProtocolV12;
|
||||
|
||||
Reference in New Issue
Block a user