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
*
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
*
Remove use of lookup.h in favor of new T::create API.
Jack Lloyd
2015-09-21
1
-2
/
+4
*
Add m_ prefix to member variable Power_Mod::m_core
Simon Warta
2015-08-21
2
-23
/
+23
*
Expose the NIST prime values and reduction operations as plain functions.
Jack Lloyd
2015-08-08
1
-14
/
+0
*
math: Add missing overrides
Daniel Seither
2015-07-30
1
-8
/
+8
*
Fix round_up
Simon Warta
2015-07-15
1
-1
/
+1
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-1
/
+1
*
lib/math: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
3
-9
/
+9
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
2
-0
/
+4
*
Fix
lloyd
2015-04-12
1
-1
/
+1
*
Remove the stray binary character making Python3 unhappy, remove
lloyd
2015-04-12
1
-3
/
+2
*
Cleanups
lloyd
2015-03-23
1
-1
/
+1
*
Remove algo factory, engines, global RNG, global state, etc.
lloyd
2015-02-04
1
-2
/
+0
*
Convert PK operations to using Algo_Registry instead of Engine.
lloyd
2015-02-03
1
-18
/
+6
*
Add missing files. Remove cipher lookup from engine code.
lloyd
2015-02-01
2
-10
/
+3
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
15
-15
/
+15
*
Any fixed MR iterations is probably wrong for somebody. Allow the user
lloyd
2014-04-25
4
-7
/
+49
*
Use 20 Miller-Rabin iterations regardless of the size of the integer. This
lloyd
2014-04-13
2
-184
/
+39
*
Fix a bug in Miller-Rabin primality testing introduced in 1.8.3
lloyd
2014-04-10
1
-5
/
+6
*
Clang fixes
lloyd
2014-02-09
1
-1
/
+0
*
Guess I won't be needing these
lloyd
2014-01-18
1
-1
/
+0
*
Move lib into src
lloyd
2014-01-10
16
-0
/
+2463