summaryrefslogtreecommitdiff
path: root/rsa.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove extra ;s from rsa.h (PR #617)Ilja2018-03-311-4/+4
|
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-9/+0
|
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-91/+91
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-10/+10
| | | | | | This should have happened when we removed most of MAINTAIN_BACKWARDS_COMPATIBILITY artifacts. Its not practical move SHA1 into Weak:: namespace or "typedef SHA256 SHA" because SHA1 is too intertwined at the moment. In the interim, maybe we can place SHA1 in both CryptoPP:: and Weak:: namespaces. This will allow us to transition into Weak::SHA1 over time, and signal to users SHA1 should be avoided.
* Add asserts to validation routinesJeffrey Walton2017-01-291-1/+1
|
* 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 (Issue 328)Jeffrey Walton2016-12-031-5/+7
|
* Updated documentation (Issue 328)Jeffrey Walton2016-12-031-1/+6
|
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-3/+3
|
* Fix: GCC warning "type qualifiers ignored on function return type".Ralph Tandetzky2016-12-011-2/+2
| | | | This pedantic message appeared all over the code. Also removed one warning about an unused variable in release build.
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-2/+2
|
* Updated documentation for Crypto++ 1.0 algorithmsJeffrey Walton2016-10-261-0/+15
|
* Add constexpr-ness to StaticAlgorithmName member functionJeffrey Walton2016-09-071-2/+2
|
* Updated documentationJeffrey Walton2016-04-081-1/+22
|
* Updated documentationJeffrey Walton2016-04-081-19/+70
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-5/+7
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-176/+176
|
* Included "integer.h" in source files with Integer dependencies so make would ↵Jeffrey Walton2015-07-301-0/+2
| | | | rebuild stale object files
* use Weak1 namespaceweidai2007-05-041-4/+4
|
* move MD2, MD4, MD5, PanamaHash, WAKE_CFB into the namespace 'Weak'weidai2007-04-161-0/+2
|
* update version number, port to Sun C++ 5.8weidai2006-12-181-4/+9
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-3/+30
|
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-3/+3
|
* port to GCC 3.4weidai2004-06-191-3/+0
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-3/+3
|
* various changes for 5.1weidai2003-03-201-34/+10
|
* Initial revisionweidai2002-10-041-0/+167