Fresh git repository for work on "arti"
Arti is a rust tor implementation. It's project I've been working on for a few months now, in weekends and in spare time. It doesn't speak the tor protocol yet, and it doesn't connect to the network at all. It needs much more documentation and testing, but I'm just about ready to show it to others. See the README.md for a description of what is there and what isn't.
parents
No related branches found
No related tags found
Showing
- .gitignore 3 additions, 0 deletions.gitignore
- CODE_OF_CONDUCT 9 additions, 0 deletionsCODE_OF_CONDUCT
- Cargo.toml 12 additions, 0 deletionsCargo.toml
- README.md 105 additions, 0 deletionsREADME.md
- TODO 121 additions, 0 deletionsTODO
- WANT_FROM_OTHER_CRATES 51 additions, 0 deletionsWANT_FROM_OTHER_CRATES
- caret/Cargo.toml 9 additions, 0 deletionscaret/Cargo.toml
- caret/src/lib.rs 145 additions, 0 deletionscaret/src/lib.rs
- caret/tests/example.rs 49 additions, 0 deletionscaret/tests/example.rs
- plan.txt 23 additions, 0 deletionsplan.txt
- tor-bytes/Cargo.toml 20 additions, 0 deletionstor-bytes/Cargo.toml
- tor-bytes/src/err.rs 15 additions, 0 deletionstor-bytes/src/err.rs
- tor-bytes/src/impls.rs 253 additions, 0 deletionstor-bytes/src/impls.rs
- tor-bytes/src/lib.rs 67 additions, 0 deletionstor-bytes/src/lib.rs
- tor-bytes/src/reader.rs 252 additions, 0 deletionstor-bytes/src/reader.rs
- tor-bytes/src/writer.rs 49 additions, 0 deletionstor-bytes/src/writer.rs
- tor-cert/Cargo.toml 14 additions, 0 deletionstor-cert/Cargo.toml
- tor-cert/src/lib.rs 359 additions, 0 deletionstor-cert/src/lib.rs
- tor-llcrypto/Cargo.toml 42 additions, 0 deletionstor-llcrypto/Cargo.toml
- tor-llcrypto/src/cipher.rs 7 additions, 0 deletionstor-llcrypto/src/cipher.rs
Loading
Please register or sign in to comment