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
/
ec_gfp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Use m_ namespace member vars in CurveGFp
lloyd
2012-08-01
1
-35
/
+36
*
Move monty_invert to numthry.h and use it in CurveGFp as well
lloyd
2012-08-01
1
-1
/
+1
*
Remove BigInt(NumberType type, size_t n) and replace it with a static
lloyd
2012-08-01
1
-1
/
+1
*
Rename the version of BigInt::data returning a mutable pointer
lloyd
2012-08-01
1
-3
/
+2
*
Remove the mutable version of BigInt::get_reg
lloyd
2012-07-31
1
-9
/
+12
*
For block and stream ciphers, don't set the size of the key vectors
lloyd
2012-05-25
1
-1
/
+1
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
2
-12
/
+13
*
Inline BigInt move operators and swap
lloyd
2011-06-13
1
-3
/
+28
*
Add monty sqr and multiply routines (they just call karatsuba and then
lloyd
2011-06-02
1
-15
/
+9
*
Reduce number of temporaries needed in point addition
lloyd
2011-06-01
1
-22
/
+14
*
Multi-expoentiation, using the single bit variation. Using a 2 or 3
lloyd
2011-06-01
2
-0
/
+45
*
Only call p.sig_words once in CurveGFp constructor.
lloyd
2011-05-19
1
-4
/
+2
*
Move the curve over GF(p) code back into its own subdir
lloyd
2011-05-19
4
-0
/
+1025