summaryrefslogtreecommitdiff
path: root/src/Crypto
AgeCommit message (Collapse)Author
2017-11-19Outgoing queue and relatedJames Crayne
2017-11-19More pure variant of lookupSharedSecret: lookupNonceFunction.joe
2017-11-06More inlining on Ord/Hashable instances for Public/Secret keys.joe
2017-11-05computeSharedSecret: more explicit pre-computation.joe
2017-11-05Use insert instead of insertTake when updating a timestamp on a cachedjoe
secret.
2017-11-05Tox: Shared secrets cache.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
This is to ready the tree for a memoizing cache of shared secrets.
2017-11-03Fixed bug in decodeSecret/encodeSecret.joe
2017-10-31NetCrypto wip, compilesJames Crayne
2017-10-31NetCrypto wipJames Crayne
2017-10-28incrementNonce24, useful for Tox HandshakeDebian Live user
2017-10-28New "cookie" command for tox command-line interface.joe
2017-10-26Checking in readpackets tool for parsing pcap packets.joe
2017-10-21Renamed Assym -> Asymm (short for asymmetric).joe
2017-10-19Encrypt Tox's store-key announcement with the key being stored.joe
2017-10-18WIP: Command to publish a toxid on a given node.joe
2017-10-16k commandJames Crayne
2017-10-16Functions {encode|decode}Secret.joe
2017-10-13Show rendezvous addresses for toxid search results.joe
2017-10-13Use alias for onion-routed queries for true anonymization.joe
2017-09-23fix build on ghc-7.10.3James Crayne
2017-09-20Export 'toPublic' from Crypto.Tox for computing public key.joe
2017-09-15Separated back-ported cryptonite files.joe
2017-09-15Moved ToxCrypto to hierarchical location.joe
2017-07-08WIP: Tox encryption.joe