summaryrefslogtreecommitdiff
path: root/gf2n.h
Commit message (Collapse)AuthorAgeFilesLines
* Fix typos (PR# 1099)Dimitris Apostolou2022-01-041-1/+1
|
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-6/+6
|
* Use carryless multiplies for NIST b233 and k233 curves (GH #783, PR #784)Jeffrey Walton2019-01-161-1/+18
| | | Use carryless multiplies for NIST b233 and k233 curves.
* Miscellaneos warning fixes (GH #739)bobsayshilol2018-11-131-2/+2
| | | | | | | | * Fix -pedantic warning in GCC. * Fix -Wunused-private-field warning. * Fix -Wkeyword-macro warning.
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-108/+108
| | | | Also see https://groups.google.com/forum/#!topic/cryptopp-users/A7-Xt5Knlzw
* Update documentationJeffrey Walton2017-07-271-1/+1
| | | | This cleanup was performed using Clang and -Wdocumentation -Wno-documentation-deprecated-sync
* Revert "Revert "Clear Visual Studio warnings (Issue 412)""Jeffrey Walton2017-06-021-0/+9
| | | | This reverts commit c3871aec948013c1a4d5613050c659520f59e2e4.
* Revert "Clear Visual Studio warnings (Issue 412)"Jeffrey Walton2017-06-021-9/+0
| | | | This reverts commit eb3b27a6a543. The change broke GCC 4.8 and unknown version of Clang on OS X. UB reported the OS X break, and JW found duplicated the break on a ARM CubieTruck with GCC 4.8.
* Clear Visual Studio warnings (Issue 412)Jeffrey Walton2017-05-301-0/+9
|
* 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
* Updated documentationJeffrey Walton2016-10-181-26/+34
|
* Add CRYPTOPP_ASSERT (Issue 277, CVE-2016-7420)Jeffrey Walton2016-09-161-3/+3
| | | | 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-1/+1
|
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 ↵Jeffrey Walton2015-11-181-1/+1
| | | | (Coverity rollup)
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-370/+370
|
* Removed USING_NAMESPACE(std). Changed cout → std::cout, cerr → ↵Jeffrey Walton2015-07-301-2/+2
| | | | std::cerr, ...
* Cleared "unused parameter" warning with GCC 5.1 and -WextraJeffrey Walton2015-07-231-4/+5
|
* fix C++Builder 2009 compile, update Readme and Licenseweidai2009-03-151-0/+2
|
* port to GCC 4weidai2005-09-051-8/+8
|
* port to MSVC .NET 2005 beta 2weidai2005-07-121-22/+22
|
* changes done for FIPS-140 lab code dropweidai2005-01-201-1/+1
|
* fix compile error on VC .NET 2003weidai2004-06-221-40/+41
|
* port to CodeWarrior 8.3weidai2004-06-201-6/+7
|
* instantiate more templates for Darwinweidai2004-06-191-0/+1
|
* create DLL version, fix GetNextIV() bug in CTR and OFB modesweidai2003-07-041-5/+10
|
* Initial revisionweidai2002-10-041-0/+359