summaryrefslogtreecommitdiff
path: root/gf2n.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use define CRYPTOPP_CXX11_STATIC_INIT nameJeffrey Walton2020-08-071-2/+2
* Disable K233 polynomial multiply on Power8 (GH #943)Jeffrey Walton2020-04-101-3/+3
* Fix missing symbols in Windows DLLJeffrey Walton2019-02-221-2/+2
* Fix missing GF2NT_233_Multiply_Reduce_ARMv8 on Aarch64Jeffrey Walton2019-01-271-9/+9
* Add dedicated F2N_Square_256 circuitJeffrey Walton2019-01-211-3/+6
* Clear unused variable warning under Visual StudioJeffrey Walton2019-01-201-3/+3
* Clear unused variable warning under Visual StudioJeffrey Walton2019-01-201-5/+13
* Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)Jeffrey Walton2019-01-161-2/+113
* Add init priorities for XLC compilersJeffrey Walton2018-12-041-2/+6
* Clear "x" might be used before it is set using IBM XLCJeffrey Walton2018-11-211-1/+1
* Avoid Singleton when possible (GH #708)Jeffrey Walton2018-08-221-4/+29
* Clear coverity finding CHECKED_RETURN (CID 147833)Jeffrey Walton2017-05-201-1/+5
* 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
* Silence select conversion warnings (Issue 340)Jeffrey Walton2016-12-021-0/+6
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-1/+1
* Updated CRYPTOPP_ASSERT based on commentsJeffrey Walton2016-10-171-1/+1
* Removed likely and unlikely macrosJeffrey Walton2016-09-281-4/+2
* Used CRYPTOPP_UNLIKELY on gf2n.cpp hotspotJeffrey Walton2016-09-271-5/+10
* Coverity finding CID 147829 Bad bit shift operation (BAD_SHIFT)Jeffrey Walton2016-09-271-1/+4
* Change from NDEBUG to CRYPTOPP_DEBUG in source files to ensure all debug beha...Jeffrey Walton2016-09-161-1/+1
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-9/+9
* Cleared SunCC warning "c0 hides GF2NT::c0"Jeffrey Walton2016-09-141-1/+1
* Cleared SunCC warning "t0 hides GF2NT::t0"Jeffrey Walton2016-09-141-3/+3
* Whitespace checkinJeffrey Walton2016-09-101-5/+5
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-5/+23
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-884/+885
* Added self-assignment guards or comment indicating why the check is not neededJeffrey Walton2015-07-301-0/+1
* Cut-in CRYPTOPP_ASSERT in all remaining header and source filesJeffrey Walton2015-07-261-7/+7
* Added "trap.h" include for header and source files that assertJeffrey Walton2015-07-261-0/+1
* honor uppercase/lowercase in operator<<() (Jeff Walton)weidai2009-10-221-1/+4
* port to MSVC .NET 2005 beta 2weidai2005-07-121-29/+28
* fix potential threading problem with initialization of static objectsweidai2003-07-291-4/+11
* fix bugs in 64-bit CPU supportweidai2003-07-251-1/+1
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-5/+8
* Initial revisionweidai2002-10-041-0/+870