Format with group_imports=StdExternalCrate

This commit is contained in:
Alex Konradi
2024-08-28 14:52:47 -04:00
committed by GitHub
parent cbb649d07c
commit a54e6b5b33
219 changed files with 586 additions and 659 deletions

View File

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