summaryrefslogtreecommitdiff
path: root/poly1305.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix missing Poly1305<AES> from Autools shared object on Solaris and Aarch64Jeffrey Walton2017-11-051-0/+1
* Fix broken link (GH #528)Jeffrey Walton2017-11-051-1/+1
* Add more Autotools artifacts to distclean recipeJeffrey Walton2017-11-051-1/+1
* Align buffers for Poly1305 and VMACJeffrey Walton2017-09-051-1/+3
* Revert AltiVec and Power8 commitsJeffrey Walton2017-09-051-4/+2
* Use aligned buffer for Poly1305 nonceJeffrey Walton2017-09-041-1/+3
* Switch to static_castJeffrey Walton2017-09-031-1/+1
* Make nonce a class member rather than temporaryJeffrey Walton2017-08-051-6/+6
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Remove extra preamble for copyright.Jeffrey Walton2017-02-211-1/+0
* Add call to ThrowIfInvalidTruncatedSize in SipHash FinalJeffrey Walton2016-12-181-0/+1
* Backed-off assert for poly1305.cpp in Debug buildsJeffrey Walton2016-12-011-3/+4
* Sync'd cryptest.sh. Cleared shadow variable warning in poly1305.cppJeffrey Walton2016-12-011-6/+6
* Renamed ProcessBlocks → HashBlocks. Updated comments and documentationJeffrey Walton2016-11-281-7/+7
* Updated documentation. WhitespaceJeffrey Walton2016-11-271-6/+23
* Updated documentation. WhitespaceJeffrey Walton2016-11-271-111/+110
* Add Poly1305 class (Issue 338)Jeffrey Walton2016-11-271-0/+248