#block-cipher #speck #encryption #light-weight

no-std speck-rs

A nostd implementation of NSA's lightweight block cipher Speck

2 releases

0.1.1 May 30, 2020
0.1.0 May 30, 2020

#2043 in Cryptography

GPL-3.0 license

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.

No runtime deps