summaryrefslogtreecommitdiff
path: root/poly1305.h
Commit message (Expand)AuthorAgeFilesLines
* 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