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
*
Correct test result name
Jack Lloyd
2019-04-26
1
-1
/
+1
*
Remove Chi-square test on random_integer
Jack Lloyd
2018-12-09
1
-46
/
+0
*
Add a constant time divide variant for dividing by uint8_t
Jack Lloyd
2018-12-02
1
-0
/
+18
*
Add a const-time division algorithm
Jack Lloyd
2018-12-02
1
-6
/
+15
*
Correct a bug in BigInt::operator%(word)
Jack Lloyd
2018-12-01
1
-2
/
+5
*
Fix more MSVC warnings
Jack Lloyd
2018-10-01
1
-1
/
+1
*
Simplify BigInt::get_substring a bit
Jack Lloyd
2018-09-15
1
-0
/
+29
*
Simplify exception messages
Jack Lloyd
2018-08-22
1
-3
/
+3
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
1
-0
/
+62
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-0
/
+4
*
Make the tests VarMap an actual type instead of a hashmap typedef.
Jack Lloyd
2018-05-29
1
-45
/
+45
*
Speed up DSA param gen
Jack Lloyd
2018-05-21
1
-6
/
+0
*
Fix some corner cases for small values in power_mod
Jack Lloyd
2018-03-24
1
-2
/
+2
*
Increase sample count in random_integer Chi-square test
Jack Lloyd
2018-03-06
1
-1
/
+1
*
Replace BigInt::random_integer test with a Chi-square test
Jack Lloyd
2018-03-06
1
-41
/
+52
*
Correctly handle generating small primes
Jack Lloyd
2018-01-16
1
-5
/
+9
*
Remove various unused variables
Jack Lloyd
2017-10-02
1
-3
/
+0
*
Add a GCD test
Jack Lloyd
2017-09-25
1
-0
/
+22
*
Add final annotations as appropriate in the test code
Jack Lloyd
2017-09-22
1
-14
/
+14
*
More include header cleanups
Jack Lloyd
2017-09-21
1
-2
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
1
-0
/
+1
*
Support a negative base in power_mod
Jack Lloyd
2017-09-02
1
-0
/
+6
*
Reformat code with astyle + fix code style
Tomasz Frydrych
2017-05-01
1
-30
/
+40
*
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
[next]