aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/kdf/sp800_108
Commit message (Collapse)AuthorAgeFilesLines
* Use explicit on more single-argument constructorsJack Lloyd2017-09-301-3/+3
|
* Address some MSVC warningsJack Lloyd2017-09-301-104/+104
|
* Apply final annotations to the library alsoJack Lloyd2017-09-221-3/+3
| | | | | Done by a perl script which converted all classes to final, followed by selective reversion where it caused compilation failures.
* Header file cleanupsJack Lloyd2017-09-211-1/+0
| | | | Some help from include-what-you-use
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
| | | | | | ISO C++ reserves names with double underscores in them Closes #512
* Add API stability annotations.Jack Lloyd2017-09-191-3/+3
| | | | | Defined in build.h, all equal to BOTAN_DLL so ties into existing system for exporting symbols.
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-021-1/+3
|
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-182-40/+40
| | | | | | Renames a couple of functions for somewhat better name consistency, eg make_u32bit becomes make_uint32. The old typedefs remain for now since probably lots of application code uses them.
* Remove Algo_RegistryJack Lloyd2016-10-212-38/+0
| | | | | | | I repent my use of global constructors. I repent my use of global locks. Hopefully I will never touch this code again. :)
* Minor doxygen fixes [ci skip]René Korthaus2016-10-191-1/+1
|
* Improve kdf doxygen [ci skip]René Korthaus2016-10-191-0/+3
|
* add label parameter to KDF::derive_keyKai Michaelis2016-05-192-8/+95
|
* NIST SP800-108 & 56cKai Michaelis2016-04-203-0/+244