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
/
test_bigint.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Increase value of ITERATIONS_PER_POSSIBLE_VALUE to 750
Simon Warta
2017-01-02
1
-1
/
+2
*
Simplify loop to foreach in test_random_integer()
Simon Warta
2017-01-02
1
-2
/
+2
*
Fix math in test_random_integer()
Simon Warta
2017-01-02
1
-5
/
+3
*
Rename ITERATIONS -> ITERATIONS_PER_POSSIBLE_VALUE
Simon Warta
2017-01-02
1
-3
/
+3
*
Add more tests for random prime and DL group generation
Jack Lloyd
2016-12-30
1
-0
/
+85
*
Speed up DSA param gen test
Jack Lloyd
2016-12-26
1
-6
/
+8
*
Long test was too long
Jack Lloyd
2016-12-24
1
-6
/
+3
*
Add test option --run-long-tests
Jack Lloyd
2016-12-24
1
-8
/
+5
*
Add additional primality tests
Jack Lloyd
2016-12-19
1
-7
/
+8
*
Minor refactoring of Text_Based_Test
Jack Lloyd
2016-12-19
1
-13
/
+13
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
1
-5
/
+5
*
Fix exponentiation bug, related fixes
Jack Lloyd
2016-12-14
1
-3
/
+28
*
Fix test, catching wrong exception type
Jack Lloyd
2016-11-05
1
-1
/
+1
*
Handle missing SHA-x in DSA param gen test
Jack Lloyd
2016-11-04
1
-8
/
+13
*
Add test for DSA parameter generation
Jack Lloyd
2016-11-03
1
-2
/
+44
*
Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures
René Korthaus
2016-08-17
1
-0
/
+27
*
test BigInt::operator%=(word y)
Daniel Neus
2016-07-26
1
-0
/
+9
*
Fix for GCC 6
Jack Lloyd
2016-05-23
1
-0
/
+1
*
Add more tests for modular inverse
Jack Lloyd
2016-02-21
1
-4
/
+7
*
For odd moduli use a input-independent modular inverse algorithm.
Jack Lloyd
2016-02-20
1
-2
/
+12
*
Add tests and timings for inverse_mod
Jack Lloyd
2016-02-20
1
-2
/
+31
*
Split up BigInt tests
Jack Lloyd
2016-02-17
1
-127
/
+248
*
Fix (nearly) infinite loop in RESSOL (modular square root).
Jack Lloyd
2016-02-01
1
-0
/
+18
*
add missing overrides
Daniel Neus
2016-01-08
1
-1
/
+1
*
some trivial compiler/PVS-Studio warning fixes
Daniel Neus
2015-12-22
1
-1
/
+1
*
Add --data-dir option to test command
Jack Lloyd
2015-12-20
1
-1
/
+1
*
Fix occasional test fails
Jack Lloyd
2015-11-11
1
-5
/
+31
*
Update and consolidate the test framework.
Jack Lloyd
2015-11-11
1
-494
/
+237
*
Add power analysis countermeasures for ECC point multiplications.
Jack Lloyd
2015-08-21
1
-49
/
+0
*
Restrict input values to NIST reductions to defined range
Jack Lloyd
2015-08-08
1
-3
/
+13
*
Expose the NIST prime values and reduction operations as plain functions.
Jack Lloyd
2015-08-08
1
-16
/
+138
*
Better living through macros
Jack Lloyd
2015-07-24
1
-30
/
+32
*
BigInt::to_u32bit failed on 32-bit integers. GH #220
Jack Lloyd
2015-07-23
1
-1
/
+47
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-0
/
+15
*
Avoid DEBUG define; Use NDEBUG if necessary
Simon Warta
2015-07-03
1
-3
/
+1
*
ifstream/ostream take std::string
Simon Warta
2015-06-23
1
-1
/
+1
*
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
-2
/
+2
*
Remove unused test. Bugzilla 272
lloyd
2014-05-17
1
-65
/
+0
*
Any fixed MR iterations is probably wrong for somebody. Allow the user
lloyd
2014-04-25
1
-4
/
+4
*
Cleanups
lloyd
2014-02-13
1
-6
/
+0
*
Split up docs into the reference manual, the website, and everything else.
lloyd
2014-01-10
1
-0
/
+455
*
Rename test sources
lloyd
2014-01-07
1
-428
/
+0
*
Move previously common function to only remaining caller's source
lloyd
2014-01-06
1
-0
/
+18
*
Split up public key tests and data, use new test framework
lloyd
2014-01-05
1
-1
/
+1
*
Cull remaining mostly dubious examples. Also remove readme.txt
lloyd
2014-01-01
1
-92
/
+145
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-0
/
+357