summaryrefslogtreecommitdiff
path: root/pubkey.h
Commit message (Expand)AuthorAgeFilesLines
* Added "algebra.h" include for "make deps" recipeJeffrey Walton2015-12-041-0/+1
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-3/+3
* Revert botched "Crypto++ 5.6.3 check-in". Corruption due to VMware adding gar...Jeffrey Walton2015-11-221-4/+3
* Crypto++ 5.6.3 check-inJeffrey Walton2015-11-201-3/+4
* Additional documentation; fixed issues with Clang integrated assembler and di...Jeffrey Walton2015-11-191-2/+6
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-15/+142
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1681/+1837
* Completed cutover to unscoped auto_ptr (which will use Crypto++'s namespace v...Jeffrey Walton2015-08-031-2/+2
* Included "integer.h" in source files with Integer dependencies so make would ...Jeffrey Walton2015-07-301-0/+1
* Fixed compiler errors on Apple due to cross product of {C++03,C++11} x {libc+...Jeffrey Walton2015-07-271-2/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-3/+3
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
* Cleared virtual destructor warnings under GCC with -WallJeffrey Walton2015-07-191-0/+1
* rename "cryptdll" project to "cryptopp"weidai2010-06-291-1/+1
* reduce risk of reusing random numbers after VM state rollbackweidai2007-05-041-2/+18
* update version number, port to Sun C++ 5.8weidai2006-12-181-2/+2
* port to MSVC .NET 2005 beta 2weidai2005-07-121-72/+72
* changes done for FIPS-140 lab code dropweidai2005-01-201-73/+30
* fix documentation, fix PanamaMAC, fix algorithm namesweidai2004-07-221-61/+63
* port to GCC 3.4weidai2004-06-191-118/+118
* fix potential threading problem with initialization of static objectsweidai2003-07-291-6/+6
* remove Diamond2, code size reductionsweidai2003-07-191-1/+1
* allow DLL to be built with VC++ .NETweidai2003-07-181-3/+0
* added support for using encoding parameters and key derivation parametersweidai2003-07-161-48/+60
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-22/+19
* add missing typenameweidai2003-05-161-2/+2
* misc optimizationsweidai2003-05-161-83/+68
* make unintentional private functions publicweidai2003-04-281-0/+4
* remove default NullRNG() for signingweidai2003-04-221-2/+2
* changes for VS.NET 2003weidai2003-04-191-2/+2
* GCC workaroundweidai2003-03-201-2/+4
* various changes for 5.1weidai2003-03-201-349/+392
* Initial revisionweidai2002-10-041-0/+1663