Skip to content

Commit 18a84d4

Browse files
Speck: Remove i128_type feature
This feature is now stable, making the feature unnecessary and preventing from using speck library on stable.
1 parent b3e7cae commit 18a84d4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

speck/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
//! SPECK is a really simple block cipher designed by the NSA. It is famous for its simple
44
//! structure and code size, which can fit in just a couple of lines, while still preserving
55
//! security.
6-
#![feature(i128_type)]
76
#![no_std]
87
#![forbid(unsafe_code)]
98

0 commit comments

Comments
 (0)