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

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.

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).