summaryrefslogtreecommitdiff
path: root/poly1305.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-6/+6
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-6/+6
* Update documentationJeffrey Walton2019-01-271-7/+10
* Update documentationJeffrey Walton2019-01-271-11/+21
* Update documentationJeffrey Walton2019-01-271-1/+1
* Update commentsJeffrey Walton2019-01-271-1/+9
* Update documentationJeffrey Walton2019-01-271-2/+2
* Update documentationJeffrey Walton2019-01-271-40/+45
* Add Poly1305TLS algorithm (GH #727)Jeffrey Walton2019-01-271-1/+46
* Refactor Poly1305(AES) in preparation for IETF rendition (GH #727)Jeffrey Walton2019-01-261-0/+1
* Add algorithm provider member function to Algorithm classJeffrey Walton2018-07-061-0/+2
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-2/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-95/+95
* Make nonce a class member rather than temporaryJeffrey Walton2017-08-051-1/+1
* Clear Coverity UNINIT_CTOR (CID 177741)Jeffrey Walton2017-03-171-1/+1
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-3/+3
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+0
* Add debug/release options to cryptest.nmake. Update to make PHONE_APP default...Jeffrey Walton2016-12-181-0/+1
* Cleared "Warning: extra ";" ignored" under SunCCJeffrey Walton2016-12-141-1/+1
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-1/+1
* Updated documentationJeffrey Walton2016-11-281-2/+3
* Renamed ProcessBlocks → HashBlocks. Updated comments and documentationJeffrey Walton2016-11-281-19/+17
* Updated documentation. WhitespaceJeffrey Walton2016-11-271-1/+2
* Updated documentation. WhitespaceJeffrey Walton2016-11-271-15/+21
* Updated documentationJeffrey Walton2016-11-271-7/+68
* Add Poly1305 class (Issue 338)Jeffrey Walton2016-11-271-0/+102