We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cf3bcb commit 5f4fc77Copy full SHA for 5f4fc77
1 file changed
cshake/src/lib.rs
@@ -15,7 +15,7 @@ use core::{fmt, marker::PhantomData};
15
use digest::{
16
CollisionResistance, CustomizedInit, ExtendableOutput, HashMarker, Update, XofReader,
17
array::ArraySize,
18
- block_api::{AlgorithmName, BlockSizeUser},
+ common::{AlgorithmName, BlockSizeUser},
19
consts::{U16, U32, U136, U168},
20
};
21
use keccak::{Keccak, State1600};
0 commit comments