summaryrefslogtreecommitdiff
path: root/chachapoly.h
Commit message (Expand)AuthorAgeFilesLines
* Update documentationJeffrey Walton2020-12-201-1/+1
* Update documentationJeffrey Walton2020-12-201-11/+11
* Fix ChaCha20Poly1305 on WindowsJeffrey Walton2019-10-191-7/+7
* Tighten visibility in ChaChaPoly1305Jeffrey Walton2019-10-191-18/+20
* Add IETF XChaCha20Poly1305 (GH #727, PR #795)Jeffrey Walton2019-02-061-0/+149
* Update documentationJeffrey Walton2019-01-311-2/+4
* Remove SimpleKeyingInterface from ChaCha20Poly1305_BaseJeffrey Walton2019-01-311-3/+1
* Add seckey.h header dependencyJeffrey Walton2019-01-311-0/+1
* Use ChaCha cipher AlgorithmProvider()Jeffrey Walton2019-01-301-1/+1
* Use T_IsEncryption for ChaCha20Poly1305Jeffrey Walton2019-01-301-4/+4
* Fix MaxHeaderLength and MaxMessageLength (GH #724)Jeffrey Walton2019-01-301-2/+2
* Update commentsJeffrey Walton2019-01-301-3/+1
* Update commentsJeffrey Walton2019-01-301-0/+1
* Fix ChaCha20/Poly1305 when using filters (GH #724)Jeffrey Walton2019-01-301-5/+5
* Update documentationJeffrey Walton2019-01-281-12/+13
* Fix ChaCha20Poly1305 IVSize() (GH #724)Jeffrey Walton2019-01-281-1/+5
* Clear Doxygen warningsJeffrey Walton2019-01-281-5/+5
* Add ChaCha20/Poly1305 AEAD cipher (GH #724)Jeffrey Walton2019-01-281-0/+166