summaryrefslogtreecommitdiff
path: root/src/Crypto
AgeCommit message (Expand)Author
2018-12-16Tox TCP client transport.Joe Crayne
2018-12-16Integrated TCP relay server.Joe Crayne
2018-12-16getPublicKey should not throw.Joe Crayne
2018-12-16More TCP relay packet serialization.Joe Crayne
2018-11-27Use Data.Functor.Compose from base instead of custom Composed type.Joe Crayne
2018-11-27TCP relay packet serialization.Joe Crayne
2018-11-27Instances for Plain tagged bytestring.Joe Crayne
2018-11-04Build fixes for GHC 8.6.1Joe Crayne
2018-09-21Handle converting empty bytestring to Text.Joe Crayne
2018-09-21XEd25519 signature algorithm.Joe Crayne
2018-09-07tox: Generate keys within STM monad.Joe Crayne
2018-06-22Removed redundant imports and other clean up.joe
2018-06-22Forward port to nightly-2018-06-22.joe
2018-06-14Build fixes.joe
2018-06-09Updated error messages referring to non-extant functions.joe
2018-05-31{fresh,update}CryptoSession are now in STMJames Crayne
2018-05-30tox: Removed obsolete "userKeys" TVar, use keys from ContactInfo.joe
2018-05-29Show instance for SymmetricKey, more debug printsJames Crayne
2018-05-20Allow non-JID (standard tox hex) input for NoSpamId.joe
2017-11-29Disabled curve 25519 backport for newer cryptonite library.joe
2017-11-22NoSpamId type to include nospam + checksum + public key.joe
2017-11-21addtoNonce24: unsafeDupablePerformIO at def, not call sites.joe
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
2017-11-05Tox: Shared secrets cache.joe
2017-11-05Adapted computeSharedSecret to a side-effecting interface.joe
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