mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 17:55:21 +02:00
Replace pqclean crate usages with libcrux
This commit is contained in:
@@ -54,6 +54,8 @@ fn test_basic_prekey() {
|
||||
try_all_combinations(
|
||||
run,
|
||||
&[
|
||||
|| Box::new(LibSignalProtocolCurrent::new()),
|
||||
|| Box::new(LibSignalProtocolV70::new()),
|
||||
|| Box::new(LibSignalProtocolV21::new()),
|
||||
|| Box::new(LibSignalProtocolV12::new()),
|
||||
],
|
||||
@@ -66,6 +68,11 @@ fn test_basic_prekey() {
|
||||
let alice_name = "alice";
|
||||
let bob_name = "bob";
|
||||
|
||||
println!(
|
||||
"run with {} -> {}",
|
||||
alice_store.version(),
|
||||
bob_store.version()
|
||||
);
|
||||
let bob_pre_key_bundle = bob_store.create_pre_key_bundle();
|
||||
alice_store.process_pre_key_bundle(bob_name, bob_pre_key_bundle);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user