aboutsummaryrefslogtreecommitdiffstats
path: root/include/bit_ops.h
Commit message (Expand)AuthorAgeFilesLines
* Move util functions into utils/ modulelloyd2008-09-281-89/+0
* Slight cleanup in loop iterationlloyd2008-09-151-2/+2
* Use a nibble-wide lookup table to reduce loop iterationslloyd2008-09-051-3/+5
* Change return type of ctz from int to u32bitlloyd2008-09-051-1/+1
* Replace __builtin_ctzl with a new ctz function in bit_ops.hlloyd2008-09-051-1/+12
* Define the functions from bit_ops.h as inline template functions, insteadlloyd2008-09-051-6/+58
* Remove code moved to bswap.h and rotate.h, also split xor_buf intolloyd2008-09-021-71/+0
* Change the copyrights in all files in the Botan tree to directly reflectlloyd2008-04-101-1/+1
* Wrap lineslloyd2008-03-141-1/+2
* Alas, my definition of the new improved reverse_bytes for 64-bit values waslloyd2008-03-091-2/+5
* Also inline xor_buf, both for immediate effeciency gains and for futurelloyd2008-03-091-3/+31
* Put reverse_bytes into bit_ops.h so they can be inlined. Rewrite the versionlloyd2008-03-081-4/+17
* Mass update of the copyright date. Honestly I don't know why I bother,lloyd2008-02-141-1/+1
* Move reverse_bytes from bit_ops.h to bit_ops.cpplloyd2007-10-211-19/+3
* bit_ops.h no longer includes loadstor.hlloyd2007-10-191-3/+25
* Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use lloyd2007-07-231-2/+6
* Move the load/store operations to their own header, to allow assemblylloyd2007-07-231-166/+2
* Write functions to handle loading and saving words a block at a time, taking ...lloyd2007-05-311-0/+140
* Bump copyright year to 2007lloyd2007-01-201-1/+1
* Initial checkin1.5.6lloyd2006-05-181-0/+64