aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/twofish
Commit message (Expand)AuthorAgeFilesLines
* Make get_byte take a compile-time constant indexJack Lloyd2021-04-161-8/+8
* Add BlockCipher::new_objectJack Lloyd2021-04-031-1/+1
* Incrase the alignment of all lookup tablesJack Lloyd2020-12-111-9/+9
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-7/+5
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Optimize TwofishJack Lloyd2017-11-161-76/+156
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Add compile-time rotation functionsJack Lloyd2017-10-121-14/+14
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-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-183-43/+43
* Inline Twofish::rs_mul into its only callerJack Lloyd2016-12-082-24/+19
* Rename Serpent SIMD and Twofish SBOX source filesJack Lloyd2016-12-081-0/+0
* Add Cilk/OpenMP supportJack Lloyd2016-11-261-21/+21
* Add final attribute to many classesJack Lloyd2016-01-101-1/+1
* Mass-prefix member vars with m_René Korthaus2016-01-082-63/+63
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+2
* block: Add missing overridesDaniel Seither2015-07-301-6/+6
* Add a runtime map of string->func() which when called returnlloyd2015-01-281-2/+3
* Ensure all files have copyright and license info.lloyd2015-01-103-3/+3
* Move lib into srclloyd2014-01-104-0/+586