aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/block/noekeon
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-063-7/+5
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-0/+1
* Remove SIMD_32 typedefJack Lloyd2018-11-051-26/+26
* Add checks that keyed algorithms are actually keyed before useJack Lloyd2017-10-261-0/+4
* Add compile-time rotation functionsJack Lloyd2017-10-122-46/+36
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Add API stability annotations.Jack Lloyd2017-09-191-1/+1
* Notify callers of parallel ops for AES, IDEA, Noekeon, SHACAL2 and ThreefishJack Lloyd2017-08-142-0/+14
* Remove "Dirty hack" for multiple defines in lex_me_harder()Simon Warta2017-04-022-2/+6
* Remove some commented out code from NoekeonJack Lloyd2017-01-281-13/+0
* Fix various SunCC and Solaris warnings and build problems.Jack Lloyd2017-01-241-12/+12
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-183-34/+34
* Move ISA optimized versions under the main algo dirJack Lloyd2016-11-032-0/+159
* Change T::provider to return std::stringJack Lloyd2016-09-152-2/+2
* Add T::provider() to allow user to inquire about implementation usedJack Lloyd2016-09-152-0/+13
* Merge optimized implementations into base classJack Lloyd2016-09-152-13/+47
* Mass-prefix member vars with m_René Korthaus2016-01-082-19/+19
* Fix static lib registration for block, hash, mac, stream, kdfJack Lloyd2015-09-101-3/+1
* block: Add missing overridesDaniel Seither2015-07-301-6/+6
* lib/block: Convert &vec[0] to vec.data()Simon Warta2015-06-271-4/+4
* 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-102-2/+2
* Move lib into srclloyd2014-01-103-0/+263