Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/tuxxy/speck
- Owner: tuxxy
- License: gpl-3.0
- Created: 2020-05-29T23:27:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-05-30T03:35:21.000Z (over 4 years ago)
- Last Synced: 2024-10-12T18:16:07.963Z (2 months ago)
- Topics: cryptography, encryption, lightweight-cryptography, rust, rust-crypto, security, speck
- Language: Rust
- Size: 20.5 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.