quick syntactical fixes from pr review
merge
This commit is contained in:
@ -1,8 +1,10 @@
|
|||||||
#[cfg(not(target_arch = "bpf"))]
|
#[cfg(not(target_arch = "bpf"))]
|
||||||
use rand::{rngs::OsRng, Rng};
|
use rand::{rngs::OsRng, Rng};
|
||||||
|
|
||||||
use aes::cipher::{BlockDecrypt, BlockEncrypt, NewBlockCipher};
|
use aes::{
|
||||||
use aes::{Aes128, Block};
|
cipher::{BlockDecrypt, BlockEncrypt, NewBlockCipher},
|
||||||
|
Aes128, Block,
|
||||||
|
};
|
||||||
|
|
||||||
use arrayref::array_ref;
|
use arrayref::array_ref;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user