summaryrefslogtreecommitdiff
path: root/panama.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Added CRYPTOPP_CLANG_NO_INTEGRATED_AS as a guard in config.h (disabled by ↵Jeffrey Walton2015-07-211-2/+2
| | | | default since integrated-as is default behavior and the bug is active). GNU_ATT_SYNTAX → GNU_AS_ATT_SYNTAX and GNUINTEL_SYNTAX → GNU_AS_INTEL_SYNTAX
* Cut-in to utilize GNU_ATT_SYNTAX and GNU_INTEL_SYNTAX macros. Also see LLVM ↵Jeffrey Walton2015-07-211-2/+2
| | | | Bug 18916 (https://llvm.org/bugs/show_bug.cgi?id=18916)
* Cleared GCC/Clang waning on unknown pragmaJeffrey Walton2015-06-091-1/+3
|
* fix for makefile and Panama cipher validation failure on armel ↵weidai2011-04-251-17/+16
| | | | http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=619856
* 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
| | | | | fix minor documentation issues fix compile w/o GAS 2.19 or later
* 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
| | | | | | - added AuthenticatedSymmetricCipher interface class and Filter wrappers - added CCM, GCM (with SSE2 assembly), CMAC, and SEED - improved AES speed on x86 and x64 - removed WORD64_AVAILABLE; compiler 64-bit int support is now required
* 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
| | | - improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly
* 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