David Stainton
David Stainton
I see that your crate uses macros. Is it possible to provide a Digest trait? It doesn't have to match the rust-crypto Digest trait.
Alice and Bob should be able to sit next to each other and exchange files over Tor hidden services... however it is cumbersome to dictate and transcribe Tor onion addresses....
here's a little shell script i wrote to express a private work flow using git over onion service. https://gist.github.com/david415/120f157f62d20b11e39f it would be even cooler if we could make it work...
sometimes ansible hostvars collide with other variable namespaces... and this causes problems so let's just not use hostvars... ok? now that we've removed that feature the README needs to be...
This role variable should case the role to use torsocks (usewithtor) whenever possible to install things; for example: usewithtor apt-get install PackageName or usewithtor pip install PythonPackageName If use_torsocks is...
i am currently (but maybe not for long) using ishell for my mixnet client, however the go race detector has detected a race in ishell and readline; race detector stack...
Okay. This is ready for review. I got rid of all the .unwrap() calls except for the two located in the "generate" method: ``` /// Generate a new private key....
The current implementation uses Kyber NIST round 2 but should be updated to NIST round 3 in order to have compatibility with our golang fork of the flynn Noise library...
I noticed there is a checksum function for IPv4 and for UDP... and they are nearly identical... I am looking into writing a checksum helper function for TCP... and but...
Aaron Gibson of Tor Project suggested we add a feature allowing the user of txtorcon to specify custom circuit paths. He's written some rough draft code to do this for...