Skip to content

Commit 7c4ab7f

Browse files
committed
sm4: re-enable no_std
1 parent ccf2a96 commit 7c4ab7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sm4/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
//!
1111
//! [SM4]: https://en.wikipedia.org/wiki/SM4_(cipher)
1212
13-
// #![no_std]
13+
#![no_std]
1414
#![doc(
1515
html_logo_url = "https://raw.githubusercontent.com/RustCrypto/media/26acc39f/logo.svg",
1616
html_favicon_url = "https://raw.githubusercontent.com/RustCrypto/media/26acc39f/logo.svg"

0 commit comments

Comments
 (0)