Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tuxxy/speck

A no_std implementation of NSA's lightweight blockcipher SPECK
https://github.com/tuxxy/speck

cryptography encryption lightweight-cryptography rust rust-crypto security speck

Last synced: about 1 month ago
JSON representation

A no_std implementation of NSA's lightweight blockcipher SPECK

Awesome Lists containing this project

README

        

# Speck

Speck is a lightweight blockcipher designed by NSA.
This library implements Speck128/128 [per the paper](https://eprint.iacr.org/2013/404.pdf) in Rust.

Additionally, this implementation of Speck is nostd compliant.