mirror of
https://github.com/urbit/ares.git
synced 2024-11-22 15:08:54 +03:00
ares_crypto
: remove unused imports
This commit is contained in:
parent
769dfca33f
commit
93a5c87178
@ -121,8 +121,8 @@ pub fn ac_aes_siv_de<const N: usize> (
|
||||
#[cfg(test)]
|
||||
#[cfg(feature = "test_vs_urcrypt")]
|
||||
mod urcrypt_tests {
|
||||
use aes_siv::{siv::Aes128Siv, KeyInit, aead::rand_core::CryptoRngCore};
|
||||
use rand::{rngs::OsRng, Rng};
|
||||
use aes_siv::aead::rand_core::CryptoRngCore;
|
||||
use rand::rngs::OsRng;
|
||||
use super::{ac_aes_siv_de, ac_aes_siv_en};
|
||||
use urcrypt_sys::{
|
||||
urcrypt_aes_siv_data, urcrypt_aes_siva_de, urcrypt_aes_siva_en, urcrypt_aes_sivb_de,
|
||||
|
Loading…
Reference in New Issue
Block a user