summaryrefslogtreecommitdiff
path: root/vmac.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-7/+7
* Update comments in VMACJeffrey Walton2020-07-091-3/+7
* Use CRYPTOPP_BOOL_X86 in VMACJeffrey Walton2020-07-091-5/+5
* Whitespace check-inJeffrey Walton2020-07-091-28/+28
* Remove unneeded temp var in VMACJeffrey Walton2020-07-091-2/+1
* Update comments in VMACJeffrey Walton2020-07-081-15/+15
* Fix VMAC compile on 32-bit SolarisJeffrey Walton2020-07-081-12/+21
* Re-enable SSE2 probes for SolarisJeffrey Walton2020-02-221-3/+1
* Limit GCC workaround to 5.3 on PowerPCJeffrey Walton2019-07-051-4/+5
* Whitespace check-inJeffrey Walton2019-07-051-7/+3
* Clear Asan finding in VMAC under 32-bit inline ASM (GH #860)Jeffrey Walton2019-07-051-13/+25
* Revert Asan finding in VMAC change (GH #860)Jeffrey Walton2019-07-051-5/+7
* Clear Asan finding in VMAC under 32-bit inline ASM (GH #860)Jeffrey Walton2019-07-051-11/+10
* Fix _M_IX86 typoJeffrey Walton2019-01-041-1/+1
* Use Microsoft x86-beased defined for __emuluJeffrey Walton2019-01-041-1/+1
* Fix VMAC ARM64 compile with MSVC compiler (GH #776)Jeffrey Walton2019-01-041-1/+1
* Cleanup headers in vmac.cppJeffrey Walton2018-08-181-6/+6
* Disable X32 inline assembly (GH #686, PR #704)Jeffrey Walton2018-08-181-67/+17
* Align buffers for Poly1305 and VMACJeffrey Walton2017-09-051-2/+2
* Remove BOOL macro value (GH #462)Jeffrey Walton2017-08-201-4/+4
* Revert "Some fixes related to SunCC compiler bugs."Anton Gorev2017-04-271-16/+2
* Some fixes related to SunCC compiler bugs.Anton Gorev2017-04-211-2/+16
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-1/+1
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* 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
* 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 supportMarco Deckel2015-12-141-1/+1
* | Updated documentationJeffrey Walton2015-12-141-1/+6
|/
* 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-851/+910
* Supress "-Wmaybe-unitiialized" warning under GCC; guard to ensure it does not...Jeffrey Walton2015-07-311-0/+14
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → std::cerr,...Jeffrey Walton2015-07-301-1/+1
* 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 t...Jeffrey Walton2015-07-221-2/+2
* Specialized defines to work with/around Clang integrated assembler. The two d...Jeffrey Walton2015-07-221-2/+2
* 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
* 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
* work around GCC Bug 31690weidai2009-03-031-0/+5
* changes for 5.6: weidai2009-03-021-12/+24
* fix incorrect VMAC computation on message lengths that are >64 mod 128weidai2009-01-241-5/+3