We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3e7cae commit 18a84d4Copy full SHA for 18a84d4
speck/src/lib.rs
@@ -3,7 +3,6 @@
3
//! SPECK is a really simple block cipher designed by the NSA. It is famous for its simple
4
//! structure and code size, which can fit in just a couple of lines, while still preserving
5
//! security.
6
-#![feature(i128_type)]
7
#![no_std]
8
#![forbid(unsafe_code)]
9
0 commit comments