summaryrefslogtreecommitdiff
path: root/misc.h
Commit message (Expand)AuthorAgeFilesLines
* Fix clang warnings in headers (#655)Marcel Raad2018-05-101-13/+13
* Remove extra ;s (GH #605)Ilja2018-03-261-2/+2
* Update documentationJeffrey Walton2018-02-221-4/+8
* Clear GCC -Wstrict-overflow warningJeffrey Walton2018-01-201-0/+1
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-9/+0
* Update documentationJeffrey Walton2018-01-131-6/+8
* Update documentationJeffrey Walton2018-01-121-0/+10
* Update documentationJeffrey Walton2018-01-121-17/+22
* C++17 compatible lambda expressions to replace `bind2nd` (#559)Kirit Sælensminde2018-01-121-0/+13
* Refactor rijndael-simd.cpp and simon.simd.cpp to use adv-simd.hJeffrey Walton2017-12-101-0/+7
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-881/+881
* Update documentationJeffrey Walton2017-11-241-1/+19
* Add rotlConstant and rotrConstantJeffrey Walton2017-11-241-0/+58
* Prefix IS_LITTLE_ENDIAN and IS_BIG_ENDIAN with CRYPTOPPJeffrey Walton2017-11-101-4/+4
* Cleanup use of BMI intrinsics under GCC and compatiblesJeffrey Walton2017-10-091-26/+9
* Update documentationJeffrey Walton2017-09-271-1/+1
* Remove MOVBE intrinsicsJeffrey Walton2017-09-011-13/+4
* Fix constexpr issues under GCC 4.1.2 found on CentOS 5Jeffrey Walton2017-08-171-1/+3
* Update documentationJeffrey Walton2017-07-271-6/+1
* Add StringWiden functionJeffrey Walton2017-03-171-3/+16
* Use C++03 Singleton on select Microsoft platforms (Issues 372, 373, 389, 391)Jeffrey Walton2017-03-151-9/+13
* Updated documentationJeffrey Walton2017-03-111-7/+40
* Add C++ nullptr support (Issue 383)Jeffrey Walton2017-03-011-7/+7
* Fix typoJeffrey Walton2017-02-161-1/+1
* Fix compile under MFC projectJeffrey Walton2017-02-161-3/+3
* Change file preamble to include "originally written by Wei Dai"Jeffrey Walton2017-01-271-1/+1
* Add MOVBE supportJeffrey Walton2017-01-241-3/+12
* Make NumericLimitsMin and NumericLimitsMax available to MSVC (Issue 364)Jeffrey Walton2017-01-151-3/+4
* Fix RoundUpToMultipleOf for Apple Clang 6.0 (Issue 364)Jeffrey Walton2017-01-151-8/+60
* Fix RoundUpToMultipleOf (Issue 360)Jeffrey Walton2017-01-101-1/+1
* spelling fixesklemens2016-12-271-5/+5
* Fix compile under Visual Studio .Net (Issue 342)Jeffrey Walton2016-12-031-4/+4
* Removed VC++ 5.0 and 6.0 workarounds (Issue 342)Jeffrey Walton2016-12-031-9/+5
* Removed MAINTAIN_BACKWARDS_COMPATIBILITY_562 (Issue 70)Jeffrey Walton2016-12-031-59/+1
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-0/+11
* Guard XOR of optional xorBlock. Updated documentationJeffrey Walton2016-11-141-11/+47
* Switch to PutWord for rdrand.cppJeffrey Walton2016-11-141-7/+0
* Macro cleanup under Visual Studio .NetJeffrey Walton2016-11-141-4/+4
* Change to file scope statics for Zero(), One(), Two() (Thanks DB, Issue 310)Jeffrey Walton2016-09-291-2/+5
* Removed likely and unlikely macrosJeffrey Walton2016-09-281-13/+0
* Used CRYPTOPP_UNLIKELY on gf2n.cpp hotspotJeffrey Walton2016-09-271-0/+1
* Add CRYPTOPP_LIKELY and CRYPTOPP_UNLIKELY macrosJeffrey Walton2016-09-271-0/+12
* Cleared signed/unsigned warning under Visual Studio (Related to Issue 295)Jeffrey Walton2016-09-211-1/+1
* Cleared Coverity finding CID 170383 (INTEGER_OVERFLOW) (295)Jeffrey Walton2016-09-211-30/+31
* Updated documentationJeffrey Walton2016-09-201-6/+7
* Updated documentationJeffrey Walton2016-09-191-17/+17
* Updated commentsJeffrey Walton2016-09-181-17/+17
* Add ossig.h. Move SignalHandler to ossig.hJeffrey Walton2016-09-171-84/+2
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-59/+141
* Use __BIGGEST_ALIGNMENT__ only if its smaller than sizeof\(T\)Jeffrey Walton2016-09-131-3/+7