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
/
numbertheory
/
point_gfp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Kill stdio include
lloyd
2010-03-13
1
-2
/
+0
*
Unroll point multiply to look at two bits of scalar each iteration.
lloyd
2010-03-13
1
-2
/
+24
*
Precompute a*r
lloyd
2010-03-13
1
-1
/
+1
*
More monty_mult cleanups
lloyd
2010-03-13
1
-6
/
+4
*
Small monty_mult cleanup
lloyd
2010-03-13
1
-10
/
+8
*
Inline/simplifiy monty mult
lloyd
2010-03-13
1
-31
/
+15
*
Only need a single word from p_dash, so only save that single word.
lloyd
2010-03-13
1
-94
/
+9
*
Use Montgomery reduction for the important parts of PointGFp, using
lloyd
2010-03-13
1
-71
/
+78
*
Add back code for montgomery PointGFp mult (not used atm)
lloyd
2010-03-13
1
-14
/
+157
*
Hide PointGFp constructors
lloyd
2010-03-13
1
-0
/
+10
*
Remove access to the Jacobian coordinate getters get_{x,y,z}, as well
lloyd
2010-03-13
1
-4
/
+9
*
Clarify exception text on get_affine when point is zero
lloyd
2010-03-05
1
-2
/
+2
*
Make two variants of OS2ECP, one taking pointer + length, and other
lloyd
2010-03-02
1
-12
/
+13
*
Inline some simple PointGFp functions
lloyd
2010-03-02
1
-44
/
+0
*
Rename mult2_in_place just mult2 (double would be better but is a keyword...)
lloyd
2010-03-01
1
-4
/
+4
*
Simplify mult2_in_place slightly
lloyd
2010-02-25
1
-7
/
+3
*
Move contents of gfpmath to numbertheory. Adjust dependencies.
lloyd
2010-02-25
1
-0
/
+423