summaryrefslogtreecommitdiff
path: root/dsa.h
Commit message (Collapse)AuthorAgeFilesLines
* Update documentationJeffrey Walton2020-12-081-0/+5
|
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-1/+0
| | | | 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.
* Update documentationJeffrey Walton2019-10-071-1/+2
|
* Update documentationJeffrey Walton2019-09-261-5/+11
|
* Make 2048-bit modulus default for DSA (GH #571)Jeffrey Walton2018-01-231-1/+1
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-19/+19
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* 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
* Updated documentation for Crypto++ 1.0 algorithmsJeffrey Walton2016-10-261-0/+1
|
* Whitespace checkinJeffrey Walton2016-09-101-1/+1
|
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-2/+1
|
* Additional documentation; fixed issues with Clang integrated assembler and ↵Jeffrey Walton2015-11-191-6/+24
| | | | different versions numbers for LLVM Clang and Apple Clang; fixed missing header in DSA class
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-3/+6
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-37/+21
|
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-0/+2
| | | | rebuild stale object files
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
|
* *** empty log message ***weidai2003-05-151-1/+1
|
* Initial revisionweidai2002-10-041-0/+35