summaryrefslogtreecommitdiff
path: root/seal.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-2/+2
* Switch to rotlConstant and rotrConstantJeffrey Walton2017-11-251-19/+19
* Fix bad SHA::Transform calculation (Issue 455)Jeffrey Walton2017-08-131-5/+1
* Avoid extra ByteReverse when using Intel SHA extensionsJeffrey Walton2017-05-261-1/+7
* Removed "typedef SHA1 SHA" (Issue 369)Jeffrey Walton2017-04-241-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-2/+2
* Backed out use of "static const" to declare constant; switch to "enum" (Issue...Jeffrey Walton2016-09-061-3/+0
* Initial fix for older Apple ld's non_lazy_ptr missing symbols (Issue 255)Jeffrey Walton2016-09-061-2/+5
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-1/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-0/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-214/+217
* 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-0/+1
* changes for 5.6: weidai2009-03-021-6/+2
* optimizationsweidai2007-04-161-6/+8
* update version number, port to Sun C++ 5.8weidai2006-12-181-2/+6
* port to MSVC .NET 2005 beta 2weidai2005-07-121-3/+3
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
* fix bugs in SEAL and Panamaweidai2003-03-261-1/+1
* fix warnings for VC7 and GCCweidai2003-03-201-2/+2
* Initial revisionweidai2002-10-041-0/+211