summaryrefslogtreecommitdiff
path: root/vmac.h
Commit message (Collapse)AuthorAgeFilesLines
* Enable VMAC for X86 ASMJeffrey Walton2016-09-261-1/+1
| | | | X64 ASM was not previously disabled. X32 must be disabled until the port is complete
* Disable X86 ASM for VMAC (Issue 304)Jeffrey Walton2016-09-231-1/+1
| | | | Address Sanitizer reports problems from GCC 4.9 to 5.3 compilers. Valgrind 2.13-SVN does not report a problem. It needs to be investiagted more to determine what's going on
* Cleared signed/unsigned warning under Visual Studio (Related to Issue 295)Jeffrey Walton2016-09-211-1/+1
|
* Fix Clang 3.3 and 3.4 compiles (Issue 264)Jeffrey Walton2016-09-211-1/+3
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-1/+1
|
* Updated documentationJeffrey Walton2015-12-141-9/+12
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+14
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-68/+74
|
* Removed execute bit from C++ header and source filesJeffrey Walton2015-06-241-0/+0
|
* changes for 5.6: weidai2009-03-021-11/+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
* update to draft-01weidai2007-05-041-14/+22
|
* add VMAC draft-krovetz-vmac-00weidai2007-04-151-0/+69