summaryrefslogtreecommitdiff
path: root/OnionTransport.hs
AgeCommit message (Expand)Author
2017-09-14Fixed onion protocol.joe
2017-09-13Correctly isolate variable-width onion payloads.joe
2017-09-13Implemented symmetric cipher.joe
2017-09-13Fixed accidental recursion in Sized (Addresssed a).joe
2017-09-11Use correct destination key when encrypting packets.joe
2017-09-06Switched Tox NodeId representation to [Word64]joe
2017-09-05Implemented onion routing.joe
2017-09-04Fleshed out some Onion Transport stubs.joe
2017-09-03Progress on OnionTransport.joe
2017-09-01Encryption layer for DHT and Onion transports.joe
2017-08-31Separated module OnionTransport from ToxTransport.joe