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

@@ -6,7 +6,7 @@
mod support;
use futures::executor::block_on;
use libsignal_protocol_rust::*;
use libsignal_protocol::*;
use rand::rngs::OsRng;
use std::convert::TryFrom;
use support::*;