summaryrefslogtreecommitdiff
path: root/usr.bin/ssh/cipher-chachapoly.c
AgeCommit message (Expand)Author
2023-07-17move other RCSIDs to before their respective license blocks tooDamien Miller
2020-04-03make Chacha20-POLY1305 context struct opaque; ok tb@ as part of a largerDamien Miller
2016-08-03small refactor of cipher.c: make ciphercontext opaque to callersDamien Miller
2015-01-14remove unneeded includes, sync my copyright across files & whitespace; ok djm@Markus Friedl
2014-07-03Call chacha_ivsetup() immediately before chacha_encrypt_bytes() - thisJoel Sing
2014-06-24New key API: refactor key-related functions to be more library-like,Damien Miller
2014-01-31replace most bzero with explicit_bzero, except a few that cna be memsetTed Unangst
2013-12-15add some comments and constify a constantDamien Miller
2013-11-21RCSID markersDamien Miller
2013-11-21Add a new protocol 2 transport cipher "chacha20-poly1305@openssh.com"Damien Miller