summaryrefslogtreecommitdiff
path: root/panama.cpp
Commit message (Expand)AuthorAgeFilesLines
* Backed-off on assert. Panama_SSE2_Pull is ASM, and its not bound by C languag...Jeffrey Walton2016-01-251-2/+1
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-1/+3
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-5/+8
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-2/+2
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-510/+518
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-2/+2
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by def...Jeffrey Walton2015-07-211-2/+2
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM B...Jeffrey Walton2015-07-211-2/+2
* Cleared GCC/Clang waning on unknown pragmaJeffrey Walton2015-06-091-1/+3
* fix for makefile and Panama cipher validation failure on armel http://bugs.de...weidai2011-04-251-17/+16
* fix for compiling with Clang from Marshall Clowweidai2011-01-071-1/+1
* fix compile with GCC 4.4 and -march=i386weidai2010-08-081-3/+3
* disable Panama SSE2 code for P4weidai2009-04-051-1/+1
* fixed Panama x64 MASM code not saving RDIweidai2009-03-291-2/+4
* changes for 5.6: weidai2009-03-021-1/+2
* fix compile for ICC 10weidai2007-09-241-2/+2
* remove -msse2 since we don't use SSE2 intrinsics anymoreweidai2007-09-241-1/+1
* fix compile with GAS 2.15weidai2007-09-241-28/+28
* - port x64 assembly code to MASMweidai2007-09-241-90/+140
* fix compile on Turbo C++ 2006weidai2007-05-051-2/+4
* fix compile for x64, DLL and VC 6weidai2007-05-041-69/+68
* SSE2 optimizationsweidai2007-04-151-38/+346
* port to MSVC .NET 2005 beta 2weidai2005-07-121-5/+5
* port to GCC 3.4weidai2004-06-191-15/+15
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-1/+1
* Initial revisionweidai2002-10-041-0/+146