mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
[#476] set imports granularity
This commit is contained in:
committed by
Jordan Rose
parent
ec3c2d32bc
commit
c8b81c9585
@@ -4,7 +4,8 @@
|
||||
//
|
||||
|
||||
use libsignal_protocol::*;
|
||||
use rand::{rngs::OsRng, CryptoRng, Rng};
|
||||
use rand::rngs::OsRng;
|
||||
use rand::{CryptoRng, Rng};
|
||||
|
||||
pub fn test_in_memory_protocol_store() -> Result<InMemSignalProtocolStore, SignalProtocolError> {
|
||||
let mut csprng = OsRng;
|
||||
|
||||
Reference in New Issue
Block a user