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
/
lib
/
math
/
numbertheory
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
2
-10
/
+10
*
Improve exception message in DSA group generation when seed is short
Jack Lloyd
2018-02-20
1
-1
/
+1
*
Small fixes
Jack Lloyd
2018-02-19
1
-1
/
+1
*
Add consts
Jack Lloyd
2018-02-19
1
-3
/
+3
*
Split out Montgomery exponentation state
Jack Lloyd
2018-02-19
5
-112
/
+204
*
First update the sieve, then check for a match
Jack Lloyd
2018-01-17
1
-3
/
+7
*
Correctly handle generating small primes
Jack Lloyd
2018-01-16
1
-0
/
+12
*
Improve speed of prime generation especially safe primes
Jack Lloyd
2018-01-16
2
-37
/
+69
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
1
-2
/
+2
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-1
/
+1
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Remove redundant parens
Jack Lloyd
2017-10-03
2
-2
/
+2
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
1
-3
/
+3
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
1
-3
/
+13
*
RAII for Power_Mod class
Jack Lloyd
2017-09-22
2
-26
/
+11
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
2
-4
/
+4
*
More include header cleanups
Jack Lloyd
2017-09-21
3
-3
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
4
-4
/
+5
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
4
-8
/
+8
*
Add API stability annotations.
Jack Lloyd
2017-09-19
3
-26
/
+26
*
Support a negative base in power_mod
Jack Lloyd
2017-09-02
1
-3
/
+16
*
Fix various MSVC warnings
Jack Lloyd
2017-08-31
2
-2
/
+2
*
Fix issue signing an ECDSA hash of all-zeros (GH #1143)
Jack Lloyd
2017-08-07
1
-1
/
+1
*
Fix warnings from clangs -Wdocumentation flag
Jack Lloyd
2017-07-28
2
-5
/
+5
*
Fix description of coprime parameter to random_prime() [ci skip]
René Korthaus
2017-04-05
1
-1
/
+1
*
Content:
Tomasz Frydrych
2017-04-03
1
-3
/
+7
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-1
/
+3
*
increase miller-rabin iterations for dsa primes (FIPS-186-4)
Never
2017-02-13
1
-2
/
+2
*
Remove unused iostream include
Jack Lloyd
2017-01-20
1
-1
/
+0
*
Tiny code simplification
Jack Lloyd
2016-12-30
1
-3
/
+1
*
Speed up DSA param gen test
Jack Lloyd
2016-12-26
2
-8
/
+14
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
8
-19
/
+19
*
Remove debug code
Jack Lloyd
2016-12-14
1
-1
/
+1
*
Fix exponentiation bug, related fixes
Jack Lloyd
2016-12-14
6
-15
/
+55
*
In ressol, prohibit a >= p
Jack Lloyd
2016-12-11
1
-3
/
+5
*
Fix DSA parameter generation to use the correct loop bound.
Jack Lloyd
2016-11-03
1
-5
/
+3
*
Fix doxygen warnings [ci skip]
René Korthaus
2016-10-19
1
-2
/
+0
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
2
-31
/
+13
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
2
-2
/
+2
*
Add ECGDSA
René Korthaus
2016-04-19
2
-0
/
+25
*
Fix off by one in ressol
Jack Lloyd
2016-03-15
1
-1
/
+1
*
Remaining cppcheck fixes that are not covered by GH #444
Daniel Neus
2016-03-05
2
-9
/
+11
*
cppcheck fixes: Class 'X' has a constructor with 1 argument that is not expli...
Daniel Neus
2016-03-05
2
-2
/
+2
*
For odd moduli use a input-independent modular inverse algorithm.
Jack Lloyd
2016-02-20
2
-36
/
+198
*
Add tests and timings for inverse_mod
Jack Lloyd
2016-02-20
2
-5
/
+13
*
Fix two bugs in 1.11.27 which caused test failures.
1.11.28
Jack Lloyd
2016-02-01
1
-1
/
+1
*
Fix (nearly) infinite loop in RESSOL (modular square root).
Jack Lloyd
2016-02-01
1
-8
/
+12
*
Mass-prefix member vars with m_
René Korthaus
2016-01-08
5
-49
/
+49
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Add prime and dl_group command line tools.
Jack Lloyd
2015-10-15
1
-14
/
+42
[next]