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:
Jordan Rose
2021-02-04 10:26:36 -08:00
parent 92a7746f9a
commit 6633761939
28 changed files with 32 additions and 32 deletions

View File

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