Skip to content

Commit ccf2a96

Browse files
committed
sm4: fixed build errors
1 parent 7b64aaf commit ccf2a96

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sm4/src/soft.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ use cipher::{
1616
KeyInit, KeySizeUser, ParBlocksSizeUser,
1717
consts::{U1, U16},
1818
};
19-
use core::fmt;
19+
use core::{convert::TryInto, fmt};
2020

2121
#[cfg(feature = "zeroize")]
2222
use cipher::zeroize::{Zeroize, ZeroizeOnDrop};

0 commit comments

Comments
 (0)