We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9195e68 commit 73656daCopy full SHA for 73656da
1 file changed
ocicrypt-rs/src/blockcipher/aes_ctr.rs
@@ -6,7 +6,7 @@ use std::io::Read;
6
use anyhow::{anyhow, Result};
7
use ctr::cipher::generic_array::GenericArray;
8
use ctr::cipher::{KeyIvInit, StreamCipher};
9
-use hmac::{Hmac, Mac};
+use hmac::{Hmac, KeyInit, Mac};
10
use sha2::Sha256;
11
12
use crate::blockcipher::{EncryptionFinalizer, LayerBlockCipher, LayerBlockCipherOptions};
0 commit comments