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
/
tests
/
unit_ecc.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid multiplication by zero here as get_affine will reject it
Jack Lloyd
2015-11-13
1
-1
/
+1
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-668
/
+550
*
Fix for minimized builds
Jack Lloyd
2015-08-21
1
-0
/
+1
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-20
/
+30
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-7
/
+9
*
tests: Convert &vec[0] to vec.data()
Simon Warta
2015-06-30
1
-38
/
+38
*
Replace \n by std::endl in tests to ensure proper flushing
Simon Warta
2015-06-19
1
-8
/
+8
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
1
-1
/
+1
*
All tests now share an RNG. Uses system RNG if available
lloyd
2014-12-28
1
-4
/
+4
*
Switch to using Montgomery ladder for EC point multiplication.
lloyd
2014-12-10
1
-55
/
+75
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
1
-12
/
+16
*
Add some secp256k1 KATs and a randomized ECC test suggested in
lloyd
2014-10-10
1
-3
/
+77
*
Compile fixes
lloyd
2014-02-09
1
-5
/
+3
*
More fixes for minified builds
lloyd
2014-02-09
1
-8
/
+14
*
Split up public key tests and data, use new test framework
lloyd
2014-01-05
1
-0
/
+842