summaryrefslogtreecommitdiff
path: root/sys/crypto/chachapoly.c
AgeCommit message (Expand)Author
2020-07-22Add missing CVS tags.tobhe
2020-06-27don't try to expand alignment using __aligned(16) on local variables.Theo de Raadt
2020-06-21add constructions for wireguard.David Gwynne
2015-11-12spacingMike Belopuhov
2015-11-04Pass context as a void pointer to cut down on casts in xform.cMike Belopuhov
2015-11-03Chacha20-Poly1305 AEAD construction as described in RFC7634 and RFC7539Mike Belopuhov