Skip to content

Commit

Permalink
belt-ecb: fix ArrayLength
Browse files Browse the repository at this point in the history
  • Loading branch information
makavity committed May 3, 2023
1 parent 5749b5b commit ee3ab70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion belt-ecb/src/encrypt.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ use cipher::consts::U1;
use cipher::crypto_common::InnerInit;
use cipher::inout::InOut;
use cipher::{
crypto_common::InnerUser, AlgorithmName, ArrayLength, Block, BlockBackend, BlockCipher,
crypto_common::InnerUser, AlgorithmName, generic_array::ArrayLength, Block, BlockBackend, BlockCipher,
BlockClosure, BlockEncryptMut, BlockSizeUser, ParBlocksSizeUser, Unsigned,
};
use core::fmt;
Expand Down

0 comments on commit ee3ab70

Please sign in to comment.