mirror of
https://github.com/CompeyDev/ruck.git
synced 2025-01-07 11:29:10 +00:00
It's croc in rust
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
https://github.com/mcginty/snow/tree/master/examples https://github.com/black-binary/snowstorm/tree/master/examples https://cryptoservices.github.io/cryptography/protocols/2016/04/27/noise-protocol.html
https://docs.rs/spake2/latest/spake2/ https://crates.io/crates/chacha20poly1305 https://briansmith.org/rustdoc/ring/aead/index.html https://libsodium.gitbook.io/doc/secret-key_cryptography/secretstream
https://kerkour.com/rust-symmetric-encryption-aead-benchmark/ https://docs.rs/aes-gcm/latest/aes_gcm/