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
*
remove debug output from ecc_invalid unit tests
Never
2017-02-28
1
-2
/
+0
*
Add ECDSA key tests from Google's project Wycheproof
René Korthaus
2017-02-12
1
-0
/
+29
*
Fix various SunCC and Solaris warnings and build problems.
Jack Lloyd
2017-01-24
1
-1
/
+1
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-4
/
+11
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-24
/
+24
*
add missing overrides
Daniel Neus
2016-01-08
1
-1
/
+1
*
Correct copyright info in unit_ecc.cpp file
Jack Lloyd
2015-12-26
1
-1
/
+6
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-8
/
+1
*
Remove support for broken 112 and 128 bit SECP ECC groups.
Jack Lloyd
2015-12-02
1
-4
/
+0
*
Convert const char* arguments on Test:: to std::strings
Jack Lloyd
2015-11-28
1
-1
/
+1
*
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