ruck/README.md

31 lines
1.1 KiB
Markdown
Raw Normal View History

2022-02-12 19:59:04 +00:00
- 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
2022-02-10 19:52:28 +00:00
2022-02-12 19:59:04 +00:00
- https://github.com/libp2p
2022-02-10 19:52:28 +00:00
2022-02-12 19:59:04 +00:00
- 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
2022-02-10 19:52:28 +00:00
2022-02-12 19:59:04 +00:00
- https://kerkour.com/rust-symmetric-encryption-aead-benchmark/
- https://docs.rs/aes-gcm/latest/aes_gcm/
- https://github.com/rust-lang/flate2-rs
- https://crates.io/crates/async-compression
2022-02-13 22:45:58 +00:00
- https://pdos.csail.mit.edu/papers/chord:sigcomm01/chord_sigcomm.pdf
- https://pdos.csail.mit.edu/6.824/schedule.html
- https://flylib.com/books/en/2.292.1.105/1/
- https://en.wikipedia.org/wiki/Two_Generals%27_Problem
2022-02-18 01:43:55 +00:00
- https://kobzol.github.io/rust/ci/2021/05/07/building-rust-binaries-in-ci-that-work-with-older-glibc.html
## Todo
- [ ] Use tracing
- [ ] Add progress bars
- [ ] Exit happily when transfer is complete
2022-02-18 01:43:55 +00:00
- [ ] Compress files