summaryrefslogtreecommitdiff
path: root/seckey.h
Commit message (Expand)AuthorAgeFilesLines
* Use \return and \throw consitently in the docsJeffrey Walton2020-12-071-10/+10
* Fix semicolons yet again (GH #889)Jeffrey Walton2019-10-141-22/+22
* Don't add semicolon to CRYPTOPP_CONSTANT abd DOCUMENTED_TYPEDEF (GH #889)Jeffrey Walton2019-10-031-22/+22
* Clear C4296 under MSVC++ (GH #821)Jeffrey Walton2019-04-271-1/+1
* Fix clang warnings (GH #771)Marcel Raad2019-01-021-2/+2
* Remove DEFAULT_BLOCKSIZE constants (GH #535)Jeffrey Walton2018-10-141-6/+0
* Remove StaticGetValidBlockSize (GH #535)Jeffrey Walton2018-10-141-17/+0
* Update documentationJeffrey Walton2018-07-061-2/+3
* Add <stdcpp.h> to <seckey.h>Jeffrey Walton2018-02-081-0/+1
* Remove unneeded Doxygen directiveJeffrey Walton2018-01-191-14/+0
* Convert Kalyna from variable block size (GH #535)Jeffrey Walton2018-01-181-152/+0
* Change Doxygen comment style from //! to ///Jeffrey Walton2017-11-291-302/+302
* Clear GCC warnings with -Wall -WextraJeffrey Walton2017-09-051-2/+4
* Update documentationJeffrey Walton2017-07-271-1/+1
* Add VariableBlockSize constants to FixedBlockSizeJeffrey Walton2017-05-031-9/+38
* Remove BLOCKSIZE from VariableBlockSize (Issue 408)Jeffrey Walton2017-05-031-6/+7
* Fix "There are no arguments to ‘GetAlgorithm’ that depend on a template p...Jeffrey Walton2017-05-011-1/+1
* Use symbolic defines StaticGetDefaultBlockSizeJeffrey Walton2017-05-011-2/+2
* Add variable block size support for block ciphersJeffrey Walton2017-05-011-1/+144
* 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-4/+15
* Updated documentationJeffrey Walton2016-11-171-2/+2
* Make StaticGetValidKeyLength constexpr in seckey.hJeffrey Walton2016-11-151-25/+4
* Add CRYPTOPP_STATIC_CONSTEXPR macroJeffrey Walton2016-11-131-3/+3
* Updated documentationJeffrey Walton2016-10-111-1/+1
* Revert "Rewrite 'keylength < MIN_KEYLENGTH' to avoid -Wtautological-compare"Jeffrey Walton2016-09-211-2/+1
* Rewrite 'keylength < MIN_KEYLENGTH' to avoid -Wtautological-compareJeffrey Walton2016-09-211-1/+2
* Remove comma operator from return values for StaticGetDefaultRounds and Stati...Jeffrey Walton2016-09-071-4/+22
* Updated documentationJeffrey Walton2016-09-051-4/+2
* Fixed compile under SunCC 5.14 and SimpleKeyingInterfaceImpl (with virtual fu...Jeffrey Walton2016-09-051-8/+17
* Add constexpr-ness to seckey.h classes.Jeffrey Walton2016-09-051-22/+27
* Update seckey.hFlo2016-09-041-10/+10
* Update seckey.hFlo2016-09-041-4/+1
* C++Builder: The problem with the CRYPTOPP_CONSTANT macro was corrected properlyCrayon20002016-01-121-2/+0
* The Crypto++ library can now be compiled with C++BuilderCrayon20002016-01-111-2/+7
* Casting string literal to avoid bcc32 ErrorCrayon20002016-01-081-1/+1
* Fixed copy/paste errorJeffrey Walton2015-12-171-3/+3
* Updated documentationJeffrey Walton2015-12-171-14/+14
* Updated documentationJeffrey Walton2015-12-131-45/+53
* Added config.h due to privately reported issueJeffrey Walton2015-11-191-1/+2
* Cleared issues 11,12,13 (Clang integrated assembler), 58 (RC rollup), 66 (Cov...Jeffrey Walton2015-11-181-68/+81
* CRYPTOPP 5.6.3 RC6 checkinJeffrey Walton2015-11-051-221/+414
* fix documentationweidai2009-03-151-4/+5
* changes for 5.6: weidai2009-03-021-0/+9
* IV_REQUIREMENT changesweidai2007-04-161-4/+5
* remove old codeweidai2006-12-141-6/+1
* port to Borland C++Builder 2006weidai2006-12-141-13/+29
* port to GCC 4, reorganize implementations of SetKeyweidai2006-12-101-47/+12
* port to MSVC .NET 2005 beta 2weidai2005-07-121-25/+25
* changes done for FIPS-140 lab code dropweidai2005-01-201-3/+3