summaryrefslogtreecommitdiff
path: root/rw.cpp
Commit message (Collapse)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
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-1/+1
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* 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
| | | | The user asked for OMP, and they can turn it off for the source file if they desire
* Add Rabin-Williams signatures using Bernstein's tweaked roots. Improve ↵Jeffrey Walton2016-08-221-22/+104
| | | | documentation
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+2
| | | | (Coverity rollup)
* 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 ↵Jeffrey Walton2015-07-191-2/+11
| | | | compiler bug...
* 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 ↵Jeffrey Walton2015-07-021-23/+106
| | | | to Evgeny Sidorov for suggesting it
* Fixed spelling error in attributionJeffrey Walton2015-06-301-1/+1
|
* Fix for CVE-2015-2141. Thanks to Evgeny Sidorov for reporting. Squaring to ↵Jeffrey Walton2015-06-271-1/+7
| | | | satisfy Jacobi requirements suggested by JPM.
* 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