aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/utils/bswap.h
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated headers, make more headers internalJack Lloyd2020-11-061-2/+0
* Deprecate many publically available headersJack Lloyd2019-09-061-0/+2
* Use __builtin_bswapN builtins on XLCJack Lloyd2018-12-311-4/+4
* Fix generic 32-bit bswapJack Lloyd2018-12-311-2/+6
* Avoid including rotate.h in bswap.hJack Lloyd2018-12-211-2/+1
* Use builtin_bswap16 when availableJack Lloyd2018-11-201-0/+4
* Skip ARM32 specific byteswap code, enable MSVC byteswap intrinsicsJack Lloyd2017-10-241-33/+14
* Add compile-time rotation functionsJack Lloyd2017-10-121-3/+3
* Remove SSE2 bswap_4Jack Lloyd2017-10-111-24/+0
* Change header guard format to BOTAN_FOO_H_Jack Lloyd2017-09-201-2/+2
* Convert to using standard uintN_t integer typesJack Lloyd2016-12-181-8/+8
* Initial support for 64 bit ARMDaniel Seither2015-10-131-2/+2
* Avoid 0-defining BOTAN_USE_GCC_INLINE_ASMsimon2015-05-311-3/+3
* Ensure all files have copyright and license info.lloyd2015-01-101-1/+1
* Move lib into srclloyd2014-01-101-0/+142