summaryrefslogtreecommitdiff
path: root/vmac.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
| | | | We have made a fair number of changes, and we don't want WD to receive credit for issues he was not part of
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-10/+1
|
* Fix Clang 3.3 and 3.4 compiles (Issue 264)Jeffrey Walton2016-09-211-3/+10
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-8/+8
| | | | trap.h and CRYPTOPP_ASSERT has existed for over a year in Master. We deferred on the cut-over waiting for a minor version bump (5.7). We have to use it now due to CVE-2016-7420
* Whitespace checkinJeffrey Walton2016-09-101-4/+4
|
* Fixed unused variable warningsJeffrey Walton2016-01-251-2/+4
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-2/+2
|
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-241-5/+14
|
* Merge pull request #84 from m-deckel/visualstudio-armJeffrey Walton2015-12-141-1/+1
|\ | | | | Microsoft ARM support
| * Microsoft ARM supportMarco Deckel2015-12-141-1/+1
| | | | | | | | * Adjusted config to compile for Microsoft ARM (e.g. Windows Universal apps)
* | Updated documentationJeffrey Walton2015-12-141-1/+6
|/
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-2/+2
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-851/+910
|
* Supress "-Wmaybe-unitiialized" warning under GCC; guard to ensure it does ↵Jeffrey Walton2015-07-311-0/+14
| | | | not produce unknown pragma warning under Clang
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵Jeffrey Walton2015-07-301-1/+1
| | | | std::cerr, ...
* 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
|
* Cleared remaining issues related to Clang's integarted assembler parsing of ↵Jeffrey Walton2015-07-221-2/+2
| | | | the syntax string
* Specialized defines to work with/around Clang integrated assembler. The two ↵Jeffrey Walton2015-07-221-2/+2
| | | | defines are WORKAROUND_LLVM_BUG_18916 and CRYPTOPP_USING_CLANG_INTEGRATED_ASSEMBLER. Once the 18916 bug is fixed, the other issues around the integrated assembler will remain
* 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)
* Removed execute bit from C++ header and source filesJeffrey Walton2015-06-241-0/+0
|
* Cleared GCC/Clang warning on unknown pragmaJeffrey Walton2015-06-091-1/+5
|
* add x86/x64 assembly for SHA-256,weidai2009-03-101-6/+3
| | | | | add DEFAULT_CHANNEL and AAD_CHANNEL, fix macChannel for AuthenticatedEncryptionFilter
* work around GCC Bug 31690weidai2009-03-031-0/+5
|
* changes for 5.6: weidai2009-03-021-12/+24
| | | | | | - 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 incorrect VMAC computation on message lengths that are >64 mod 128weidai2009-01-241-5/+3
|
* fix compile with -fPIC (reported by Geoff Beier)weidai2008-11-211-2/+2
|
* fix compile with ICC 10weidai2007-09-251-1/+1
|
* patch from Jody Hagins to fix gcc 3.2 compileweidai2007-08-131-4/+4
|
* fix bug on 32-bit big-endian machinesweidai2007-05-241-8/+8
|
* fix compile on Turbo C++ 2006weidai2007-05-051-5/+11
|
* fix compile with ICC for ia64weidai2007-05-051-14/+18
|
* fix bug in assemblyweidai2007-05-041-3/+3
|
* VMAC draft-krovetz-vmac-01weidai2007-05-041-0/+810