mirror of
https://github.com/signalapp/libsignal.git
synced 2026-04-26 01:35:22 +02:00
Format with group_imports=StdExternalCrate
This commit is contained in:
@@ -7,14 +7,14 @@
|
||||
// APIs will always be considered dead code.
|
||||
#![allow(dead_code)]
|
||||
|
||||
use std::ops::RangeFrom;
|
||||
use std::time::SystemTime;
|
||||
|
||||
use futures_util::FutureExt;
|
||||
use libsignal_protocol::*;
|
||||
use rand::rngs::OsRng;
|
||||
use rand::{CryptoRng, Rng};
|
||||
|
||||
use std::ops::RangeFrom;
|
||||
use std::time::SystemTime;
|
||||
|
||||
// Deliberately not reusing the constants from `protocol`.
|
||||
pub(crate) const PRE_KYBER_MESSAGE_VERSION: u32 = 3;
|
||||
pub(crate) const KYBER_AWARE_MESSAGE_VERSION: u32 = 4;
|
||||
|
||||
Reference in New Issue
Block a user