index
:
user/rransom/curve25519-donna
comment-fixes-2012-03-10-01
consttime
consttime-bad
consttime-v2
extractability
major-optimization-2012-03-10-01
master
minor-optimization-2012-03-10-01
minor-optimization-2012-03-10-02
no-exponent-mangling
output-clamping
Robert's ECC playground
Robert Ransom
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
*
Possibly bum another instruction or two out of fcontract
major-optimization-2012-03-10-01
Robert Ransom
2012-03-10
*
Remove the extra limb from z now that we don't freduce_coefficients it
Robert Ransom
2012-03-10
*
Trim borrow/carry propagation loop in fcontract
Robert Ransom
2012-03-10
*
Make coefficients mostly positive in freduce_coefficients
Robert Ransom
2012-03-10
*
Simplify borrow-propagation steps in fcontract
Robert Ransom
2012-03-10
*
Correct a comment in fcontract
Robert Ransom
2012-03-10
*
Remove a conditional branch
minor-optimization-2012-03-10-01
Robert Ransom
2012-03-10
*
Remove unaligned uint64 loads/stores from donna-c64
Robert Ransom
2012-03-10
*
Do fsum and fdifference using s32 arithmetic
Robert Ransom
2012-03-10
*
Clamp curve25519-donna outputs to 0..2**255-20 (inclusive)
output-clamping
Robert Ransom
2012-03-10
*
Remove false statement from comment
comment-fixes-2012-03-10-01
Robert Ransom
2012-03-10
*
Remove false statement from comment
Robert Ransom
2012-03-10
*
Merge pull request #18 from warner/python-toplevel
Adam Langley
2012-01-03
|
\
|
*
ignore more python-generated files: MANIFEST and dist/
Brian Warner
2011-12-30
|
*
hush pyflakes, which complains about unused imports
Brian Warner
2011-12-30
|
*
update setup.py to handle new layout, expose names correctly
Brian Warner
2011-12-30
|
*
rearrange python source, move setup.py to top-level
Brian Warner
2011-12-30
|
/
*
Merge pull request #17 from martinsjoborg/patch-2
Adam Langley
2011-12-13
|
\
|
*
Python 2.x version.
martinsjoborg
2011-12-08
|
/
*
Update .gitignore with *.pyc and *.o
Adam Langley
2011-11-08
*
Merge pull request #14 from katmagic/python3
Adam Langley
2011-11-08
|
\
|
*
Modernize us with Python 3 support. Yay!
katmagic
2011-11-07
|
/
*
Fix a (harmless) stack overflow of |z|.
Adam Langley
2011-10-31
*
Merge pull request #12 from warner/no-printf
Adam Langley
2011-10-16
|
\
|
*
Remove the "wrong-length" printf from the python module.
Brian Warner
2011-10-14
|
/
*
Merge pull request #11 from warner/gitignore
Adam Langley
2011-10-14
|
\
|
*
add all executables to .gitignore
Brian Warner
2011-10-14
*
|
Merge pull request #10 from warner/OSX-ranlib
Adam Langley
2011-10-14
|
\
\
|
|
/
|
/
|
|
*
run 'ranlib' on .a files, needed to make OS-X (10.6.8) happy
Brian Warner
2011-10-14
|
/
*
Merge pull request #8 from katmagic/consttime-v2
Adam Langley
2011-10-11
|
\
|
*
Fix comment typo
consttime-v2
Robert Ransom
2011-10-01
|
*
Fix typo in Makefile
Robert Ransom
2011-10-01
|
*
Use s32 operations for borrow propagation in fcontract
Robert Ransom
2011-10-01
|
*
Make fcontract fully constant-time
consttime
Robert Ransom
2011-09-30
*
|
Merge pull request #6 from nmathewson/consttime
Adam Langley
2011-10-04
|
\
\
|
|
/
|
*
Do swap-conditional with 32-bit arithmetic
Nick Mathewson
2011-09-30
|
*
Document and speed up swap_conditional
Nick Mathewson
2011-09-30
|
*
Make fcontract almost time-invariant by replacing the inner loops
Nick Mathewson
2011-09-30
|
*
Use swap_conditional to fix data-dependent timing in cmult
Nick Mathewson
2011-09-30
|
/
*
Merge pull request #5 from nmathewson/fix_printf_warning
Adam Langley
2011-06-24
|
\
|
*
Fix a gcc warning in speed-curve25519.c
Nick Mathewson
2011-06-23
*
|
Merge pull request #4 from nmathewson/reduce_loosely
Adam Langley
2011-06-24
|
\
\
|
|
/
|
/
|
|
*
Remove a needless freduce_degree
Nick Mathewson
2011-06-23
|
*
Only do the first 2 steps of 2nd freduce_coefficients loop
Nick Mathewson
2011-06-23
|
/
*
I didn't mean to change the speed iteration count in the last commit
Adam Langley
2011-06-10
*
Remove the fallback code for non-2's complement systems.
Adam Langley
2011-06-10
*
Merge pull request #3 from nmathewson/faster_reduce_coefficients_v2
Adam Langley
2011-06-10
|
\
|
*
Reorder operations in 32-bit freduce_coefficients
Nick Mathewson
2011-06-09
|
*
Improve speed and time-invariance of 32-bit freduce_coefficients
Nick Mathewson
2011-06-09
|
/
*
Update a couple of comments that missed the last commit
Adam Langley
2011-06-07
[next]