aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/pk_pad/eme_raw
Commit message (Expand)AuthorAgeFilesLines
* Fix clang-tidy readability-named-parameterJack Lloyd2022-02-061-2/+2
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-062-5/+3
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Content:Tomasz Frydrych2017-04-031-1/+1
* 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-7/+7
* Clean up PK decryption encoding.Jack Lloyd2016-03-202-10/+7
* Add PK_Decryptor::decrypt_or_randomJack Lloyd2016-03-202-2/+7
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Fix pbkdf, pk padding and ECDH registration for static linking.Jack Lloyd2015-09-111-3/+0
* pk_pad: Add missing overridesDaniel Seither2015-07-301-3/+3
* Fix module combi: adler32,eme_rawSimon Warta2015-07-081-2/+0
* In PK encrypt/decrypt move pad calls to the operation. This allows anlloyd2015-03-143-0/+66