aboutsummaryrefslogtreecommitdiff
path: root/src/chachapoly.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-09libcrypto: Implement OpenSSH-compatible AES-GCM ciphers using OpenSSLJakub Jelen1-0/+1
2018-06-30chachapoly: Use a function instead of an extern variableAndreas Schneider1-0/+5
2018-06-30chachapoly: Make global variables staticAndreas Schneider1-2/+2
2018-06-28chacha: use a cipher cleanup callbackJon Simons1-1/+6
2018-06-28chacha: packet decryptionAris Adamantiadis1-0/+76
2018-06-28chacha: packet encryptionAris Adamantiadis1-0/+126