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:
Jordan Rose
2025-06-13 12:19:04 -07:00
committed by GitHub
parent 8e950c4691
commit 69bb363840
9 changed files with 138 additions and 582 deletions

View File

@@ -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;