summaryrefslogtreecommitdiff
path: root/sha3.h
Commit message (Expand)AuthorAgeFilesLines
* Add PKCS #1 SHA3-based signatures (GH #517)Jeffrey Walton2017-10-041-7/+19
* Guard compile assert for Borland/Embarcadero (GH #512)Jeffrey Walton2017-09-211-0/+2
* Update documentationJeffrey Walton2017-07-271-5/+4
* Change next version from 5.7 to 6.0Jeffrey Walton2017-02-211-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-1/+1
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-1/+1
* Clear warnings under Visual Studio 2008Jeffrey Walton2016-10-011-1/+1
* Fix compile under Visual Studio 2003Jeffrey Walton2016-10-011-3/+3
* Templated Keccak and SHA3DevJPM2016-09-211-37/+24
* Revert ccd59710 (Issue 292)Jeffrey Walton2016-09-201-24/+38
* Updated documentationJeffrey Walton2016-09-201-2/+2
* converted derived Keccak, SHA3 classes into typedefsDevJPM2016-09-201-52/+17
* moved BlockSize() into child classesDevJPM2016-09-201-1/+5
* fixed Keccak and SHA3 to support HMACDevJPM2016-09-161-0/+17
* Updated documentationJeffrey Walton2016-09-101-1/+1
* Updated documentationJeffrey Walton2016-09-101-8/+10
* Updated documentationJeffrey Walton2016-09-091-0/+6
* Updated documentationJeffrey Walton2016-09-091-2/+6
* Squashed commit of the following:Jeffrey Walton2016-09-081-15/+13
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-4/+4
* Added deprecated warning to SHA3 classes due to FIPS 202 finalizationJeffrey Walton2016-04-231-9/+14
* Updated documentation (Issue 130)Jeffrey Walton2016-02-011-3/+25
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-0/+4
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1/+1
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...Jeffrey Walton2015-07-131-1/+1
* add SHA-3weidai2013-01-191-0/+65