summaryrefslogtreecommitdiff
path: root/x64masm.asm
Commit message (Collapse)AuthorAgeFilesLines
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-1565/+1565
|
* Removed execute bit from other project filesJeffrey Walton2015-06-241-0/+0
|
* fixed Panama x64 MASM code not saving RDIweidai2009-03-291-2/+4
|
* changes for 5.6: weidai2009-03-021-333/+0
| | | | | | - 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
* - port x64 assembly code to MASMweidai2007-09-241-2/+1840
| | | - improve stack unwindability on x64 for GCC by not modifying RBP/RSP registers in inline assembly
* fix compile for x64, DLL and VC 6weidai2007-05-041-47/+22
|
* MASM code for x64weidai2007-04-161-0/+83