summaryrefslogtreecommitdiff
path: root/misc.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use std namespace for memset, memcpy, memcmp (#1204)Jeffrey Walton2023-04-151-10/+10
* Try fix ProcessData in CFB_CipherTemplate and AdditiveCipherTemplateJeffrey Walton2022-02-131-1/+1
* Update misc.cpp and xts.cpp header includesJeffrey Walton2022-02-131-1/+1
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
* Fix compile on CentOS 5Jeffrey Walton2021-04-261-1/+4
* Fix xorbuf compile on OpenBSD 6.8 with GCC 4.2.1Jeffrey Walton2021-03-181-0/+8
* Fold count==0 tests in xorbufJeffrey Walton2021-03-181-10/+4
* Fix xorbuf compile when CRYPTOPP_DISABLE_ASMJeffrey Walton2021-03-181-19/+25
* Remove NEON code paths from xorbufJeffrey Walton2021-03-171-19/+1
* Cleanup xorbuf and VerifyBufsEqual (GH #1020)Jeffrey Walton2021-03-171-1/+23
* Update error messagesJeffrey Walton2021-03-171-8/+8
* Cleanup xorbuf and VerifyBufsEqual (GH #1020)Jeffrey Walton2021-03-171-0/+30
* Update commentsJeffrey Walton2021-03-171-1/+5
* Update include for <arm_neon.h>Jeffrey Walton2021-03-171-2/+2
* Fix compile on ARM with GCC 4.8 (GH #1020)Jeffrey Walton2021-03-171-1/+3
* Cleanup xorbuf and VerifyBufsEqual (GH #1020)Jeffrey Walton2021-03-171-70/+129
* Clear unreachable code warnings with early MSVC compilersJeffrey Walton2019-10-031-0/+1
* Add BytePtr and ConstBytePtr overloads for SecByteBlock (GH #890)Jeffrey Walton2019-10-031-0/+22
* Avoid circular dependency using AlignedAllocate (GH #885)Jeffrey Walton2019-09-281-79/+1
* Update documentationJeffrey Walton2019-07-061-2/+2
* Add additional comments to Aligned Allocator (GH #779)Jeffrey Walton2019-01-161-0/+3
* Make AlignedAllocate available in simulator debug builds (GH #779, PR #780)Jeffrey Walton2019-01-111-4/+0
* Move CRYPTOPP_POSIX_MEMALIGN_AVAILABLE preference downJeffrey Walton2018-01-301-5/+3
* Cleanup Doxygen directivesJeffrey Walton2018-01-221-1/+1
* Fix AIX AlignedAllocateJeffrey Walton2018-01-211-0/+6
* Fix unwanted inlining of factory.h classes on AIX and Power7Jeffrey Walton2017-10-131-1/+1
* Add StringWiden functionJeffrey Walton2017-03-171-0/+64
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-15/+15
* 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-5/+3
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-8/+14
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-15/+15
* Fixed potential ODR violation of non-member function StringNarrowJeffrey Walton2016-01-301-0/+58
* Cleared -Wcast-align (Issue 122)Jeffrey Walton2016-01-251-10/+6
* Suppressed false positives on -Wcast-align warningJeffrey Walton2016-01-141-0/+4
* Crypto++ 5.6.3 check-inCRYPTOPP_5_6_3Jeffrey Walton2015-11-221-1/+4
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-6/+21
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-203/+192
* Improved comment on xorbuff and GCC's selection of vmovdqaJeffrey Walton2015-07-281-2/+3
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-8/+8
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+2
* Cleared compile error masked behind ASSERTJeffrey Walton2015-07-141-7/+7
* Cleared crash with GCC 4.8 and above and -O3. In a nutshell, it was due to ve...Jeffrey Walton2015-07-131-3/+16
* fix compile on Linuxweidai2010-07-241-0/+4
* move memory allocation/deallocation for SecBlock into DLLweidai2010-07-241-0/+53
* changes for 5.6: weidai2009-03-021-6/+38
* speed up xorbufweidai2007-05-041-10/+54
* port to MSVC .NET 2005 beta 2weidai2005-07-121-46/+2
* minor changesweidai2003-08-251-0/+1
* guard against potential integer overflow in allocatorsweidai2003-08-041-0/+17