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
/
src
/
math
/
mp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix declaration
lloyd
2011-11-18
1
-2
/
+1
*
Manually rename registers instead of rotating. Performance is about
lloyd
2011-11-18
1
-638
/
+638
*
Change order of arguments to bigint_monty_redc (internal interface,
lloyd
2011-06-02
2
-44
/
+41
*
Add monty sqr and multiply routines (they just call karatsuba and then
lloyd
2011-06-02
2
-3
/
+49
*
Always writing to/reading from the carry word makes valgrind unhappy.
lloyd
2011-05-16
1
-1
/
+2
*
dword was set to a size_t if we were using a 16 bit limb. Caused by an
lloyd
2011-05-09
1
-1
/
+1
*
Flatten out the mp directory since no alternative asm implemenations
lloyd
2011-04-25
6
-13
/
+3
*
Rename all references of ia32 to x86-32 and amd64 to x86-64.
lloyd
2011-04-22
11
-10
/
+9
*
Oops - should not have used size_t here!
lloyd
2010-12-22
1
-1
/
+1
*
Use size_t in all of math, remove to_u32bit
lloyd
2010-10-12
10
-144
/
+144
*
Change ifs to compares to make it easier for a compiler to figure out
lloyd
2010-10-12
1
-11
/
+9
*
Cleanup Karatsuba a bit
lloyd
2010-09-28
1
-103
/
+107
*
Cleanup
lloyd
2010-09-26
1
-9
/
+9
*
Move the core MPI functions to src/math/mp, leaving src/math/bigint just
lloyd
2010-09-24
27
-0
/
+3752