summaryrefslogtreecommitdiffhomepage
path: root/Crypto.hs
Commit message (Collapse)AuthorAge
* fully working signaturesJoey Hess2017-04-19
| | | | This commit was sponsored by Ethan Aubin.
* reorganized message typesJoey Hess2017-04-19
| | | | | | | | | Make Control messages be out-of-band async messages, without a pointer to a previous message. And then followed the type change through the code for hours.. This commit was sponsored by Nick Daly on Patreon.
* implement base CryptoJoey Hess2017-04-19
|
* initial CryptoJoey Hess2017-04-18
Will use Ed25519 because it's from DJB and well regarded and in common use now.