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
/
modules
/
sha_x86
/
asm_macr.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rename sha_x86 module to alg_ia32; there will probably be other algorithms
lloyd
2006-08-13
1
-65
/
+0
*
Clean up the macros a little bit
lloyd
2006-08-13
1
-2
/
+3
*
Remove the last vestiges of AT&T syntax that are directly in the code
lloyd
2006-08-13
1
-0
/
+1
*
Add another macro for LEA, to cover the usage inside the round functions
lloyd
2006-08-13
1
-0
/
+1
*
Reverse the order of arguments to AND() and OR()
lloyd
2006-08-13
1
-3
/
+2
*
Reverse the order of XOR()'s arguments
lloyd
2006-08-13
1
-1
/
+2
*
Switch the destination and source arguments of ADD()
lloyd
2006-08-13
1
-2
/
+2
*
Use a different notation for the rotate instructions
lloyd
2006-08-13
1
-14
/
+10
*
Introduce some new macros to improve the readability of the code
lloyd
2006-08-13
1
-1
/
+3
*
Convert the round functions to use the macros
lloyd
2006-08-13
1
-0
/
+5
*
Convert another set of asm instructions to macros
lloyd
2006-08-13
1
-0
/
+1
*
Further macro-ization
lloyd
2006-08-13
1
-1
/
+8
*
Add a loop macro, continue converting the assembly to use the wrapper
lloyd
2006-08-13
1
-0
/
+8
*
Set up some macros to help portability and readability
lloyd
2006-08-13
1
-0
/
+43