summaryrefslogtreecommitdiff
path: root/shake.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-5/+5
|
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-2/+2
| | | | So it looks like sed added a '\r' between the closing paren and the semi. Grepping for '^;' failed because the '\r' was considered part of the previous line, so it showed no hits. I finally had to write a C program to properly identify and fix those damn stray semicolons.
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-2/+2
| | | | This issue is a recurring issue. Let's try fixing it in the #define this time.
* Fix .Net 2002 compileJeffrey Walton2019-08-271-2/+0
| | | | This testing occurs on Windows XP. We are still rockin it
* Fix SHAKE compile error with old GCC (GH #818)Jeffrey Walton2019-03-181-2/+2
|
* Update documentationJeffrey Walton2019-02-151-8/+29
|
* Fix AlgorithmName for SHA3-based classesJeffrey Walton2019-02-131-0/+2
|
* Update documentationJeffrey Walton2019-02-131-4/+19
|
* Enable extended output in SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-131-4/+33
|
* Update documentationJeffrey Walton2019-02-131-0/+2
|
* Update documentationJeffrey Walton2019-02-121-1/+3
|
* Update documentationJeffrey Walton2019-02-121-3/+15
|
* Add SHAKE-128 and SHAKE-256 (GH #805, PR #806)Jeffrey Walton2019-02-121-0/+80