index
:
botan.git
master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
bit_ops.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move util functions into utils/ module
lloyd
2008-09-28
1
-89
/
+0
*
Slight cleanup in loop iteration
lloyd
2008-09-15
1
-2
/
+2
*
Use a nibble-wide lookup table to reduce loop iterations
lloyd
2008-09-05
1
-3
/
+5
*
Change return type of ctz from int to u32bit
lloyd
2008-09-05
1
-1
/
+1
*
Replace __builtin_ctzl with a new ctz function in bit_ops.h
lloyd
2008-09-05
1
-1
/
+12
*
Define the functions from bit_ops.h as inline template functions, instead
lloyd
2008-09-05
1
-6
/
+58
*
Remove code moved to bswap.h and rotate.h, also split xor_buf into
lloyd
2008-09-02
1
-71
/
+0
*
Change the copyrights in all files in the Botan tree to directly reflect
lloyd
2008-04-10
1
-1
/
+1
*
Wrap lines
lloyd
2008-03-14
1
-1
/
+2
*
Alas, my definition of the new improved reverse_bytes for 64-bit values was
lloyd
2008-03-09
1
-2
/
+5
*
Also inline xor_buf, both for immediate effeciency gains and for future
lloyd
2008-03-09
1
-3
/
+31
*
Put reverse_bytes into bit_ops.h so they can be inlined. Rewrite the version
lloyd
2008-03-08
1
-4
/
+17
*
Mass update of the copyright date. Honestly I don't know why I bother,
lloyd
2008-02-14
1
-1
/
+1
*
Move reverse_bytes from bit_ops.h to bit_ops.cpp
lloyd
2007-10-21
1
-19
/
+3
*
bit_ops.h no longer includes loadstor.h
lloyd
2007-10-19
1
-3
/
+25
*
Avoid C-style casts (as detected by GCC's -Wold-style-cast) and instead use
lloyd
2007-07-23
1
-2
/
+6
*
Move the load/store operations to their own header, to allow assembly
lloyd
2007-07-23
1
-166
/
+2
*
Write functions to handle loading and saving words a block at a time, taking ...
lloyd
2007-05-31
1
-0
/
+140
*
Bump copyright year to 2007
lloyd
2007-01-20
1
-1
/
+1
*
Initial checkin
1.5.6
lloyd
2006-05-18
1
-0
/
+64