Skip to content

Commit 5f4fc77

Browse files
committed
fix imports
1 parent 3cf3bcb commit 5f4fc77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cshake/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ use core::{fmt, marker::PhantomData};
1515
use digest::{
1616
CollisionResistance, CustomizedInit, ExtendableOutput, HashMarker, Update, XofReader,
1717
array::ArraySize,
18-
block_api::{AlgorithmName, BlockSizeUser},
18+
common::{AlgorithmName, BlockSizeUser},
1919
consts::{U16, U32, U136, U168},
2020
};
2121
use keccak::{Keccak, State1600};

0 commit comments

Comments
 (0)