/speck

A no_std implementation of NSA's lightweight blockcipher SPECK

Primary LanguageRustGNU General Public License v3.0GPL-3.0

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.