2 releases
0.1.1 | May 30, 2020 |
---|---|
0.1.0 | May 30, 2020 |
#2143 in Cryptography
15KB
84 lines
Speck
Speck is a lightweight blockcipher designed by NSA. This library implements Speck128/128 per the paper in Rust.
Additionally, this implementation of Speck is nostd compliant.