https://github.com/octocorvus/broccoli_salsa
Salsa20 stream cipher implementation in Rust.
https://github.com/octocorvus/broccoli_salsa
ciphers cryptography rust
Last synced: 10 months ago
JSON representation
Salsa20 stream cipher implementation in Rust.
- Host: GitHub
- URL: https://github.com/octocorvus/broccoli_salsa
- Owner: octocorvus
- License: mpl-2.0
- Created: 2021-08-15T16:12:17.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T04:00:06.000Z (over 4 years ago)
- Last Synced: 2025-01-23T06:14:01.433Z (12 months ago)
- Topics: ciphers, cryptography, rust
- Language: Rust
- Homepage:
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Broccoli Salsa
Implementation of [Salsa20 stream cipher](https://cr.yp.to/snuffle.html) in Rust.
**Warning: This is only for educational purposes. Do not use it for real world encryption.**
## Contributing
Report bugs, security issues, other problems, etc. with the library on GitHub.
Run `cargo test` to test the library against examples given in [salsa20 specification](https://cr.yp.to/snuffle/spec.pdf).