mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Drop the "-rust" from the "libsignal-protocol" crate
The project corresponds to libsignal-protocol-java and the others, but /within/ the language we don't need to tag with the language name.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
// SPDX-License-Identifier: AGPL-3.0-only
|
||||
//
|
||||
|
||||
use libsignal_protocol_rust::*;
|
||||
use libsignal_protocol::*;
|
||||
use rand::{rngs::OsRng, CryptoRng, Rng};
|
||||
|
||||
pub fn test_in_memory_protocol_store() -> InMemSignalProtocolStore {
|
||||
|
||||
Reference in New Issue
Block a user