summaryrefslogtreecommitdiff
path: root/rw.cpp
Commit message (Expand)AuthorAgeFilesLines
* Make config.h more Autoconf friendly (GH #835, PR #836)Jeffrey Walton2019-05-171-0/+14
* Clear unused variable warningJeffrey Walton2018-07-141-2/+2
* Add asserts to validation routinesJeffrey Walton2017-01-291-0/+10
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
* Cleared "local variable is initialized but not referenced" under VS2015Jeffrey Walton2016-09-061-1/+1
* Enable OpenMP by default for RWSS if -fopnmp is present.Jeffrey Walton2016-08-241-0/+4
* Add Rabin-Williams signatures using Bernstein's tweaked roots. Improve docume...Jeffrey Walton2016-08-221-22/+104
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-1/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-293/+203
* Whitespace checkinJeffrey Walton2015-07-301-6/+6
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-1/+1
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-4/+1
* Attempting to clear unknown pragma warning under GCC 5.1. This might be a com...Jeffrey Walton2015-07-191-2/+11
* Cleared unused variable and function warningsJeffrey Walton2015-07-191-0/+2
* Cleared initialization warning related to use of bracketsJeffrey Walton2015-07-021-1/+1
* Fixed spelling error in attributionJeffrey Walton2015-07-021-2/+2
* Implmented Bernstein\'s Tweaked Roots for Rabin-Williams signatures. Thanks t...Jeffrey Walton2015-07-021-23/+106
* Fixed spelling error in attributionJeffrey Walton2015-06-301-1/+1
* Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for reporting. Squaring to sa...Jeffrey Walton2015-06-271-1/+7
* port to Sun Studio 12's 64-bit C++ Compiler 5.9 Patch 124864-09 2008/12/16weidai2009-02-131-1/+1
* added blinding and error checking for RW private key operationweidai2007-04-151-14/+28
* changes done for FIPS-140 lab code dropweidai2005-01-201-25/+4
* fix RW/EMSA2 standard conformance bugweidai2003-03-201-1/+1
* various changes for 5.1weidai2003-03-201-81/+41
* Initial revisionweidai2002-10-041-0/+243