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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Forward declare BigInt in mp_core.h
Jack Lloyd
2017-10-06
2
-1
/
+3
*
Remove needless variable
Jack Lloyd
2017-10-06
1
-2
/
+0
*
Avoid empty methods, use =default or add a comment
Jack Lloyd
2017-10-03
1
-1
/
+1
*
Add wrappers for reinterpret_cast between char* and uint8_t*
Jack Lloyd
2017-10-03
3
-5
/
+5
*
Remove redundant parens
Jack Lloyd
2017-10-03
4
-4
/
+4
*
Use class for exception types
Jack Lloyd
2017-10-02
1
-2
/
+5
*
Use explicit on more single-argument constructors
Jack Lloyd
2017-09-30
2
-4
/
+4
*
Use class instead of struct for objects with member functions
Jack Lloyd
2017-09-30
1
-7
/
+9
*
Add valgrind annotations to check const_time_lookup
Jack Lloyd
2017-09-26
1
-0
/
+5
*
Use a side channel silent table look up in the Montgomery exponentiation
Jack Lloyd
2017-09-25
6
-36
/
+93
*
Further build/test fixes for restricted configurations
Jack Lloyd
2017-09-24
1
-0
/
+4
*
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
5
-11
/
+11
*
More include header cleanups
Jack Lloyd
2017-09-21
3
-3
/
+1
*
Header file cleanups
Jack Lloyd
2017-09-21
10
-11
/
+12
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
13
-26
/
+26
*
Use dword for bigint_divop if available
Jack Lloyd
2017-09-20
1
-0
/
+5
*
Export CurveGFp_Repr to avoid UBSan error
Jack Lloyd
2017-09-20
1
-1
/
+1
*
Add API stability annotations.
Jack Lloyd
2017-09-19
9
-62
/
+62
*
Avoid using <iostream> header within the library
Jack Lloyd
2017-09-02
1
-1
/
+2
*
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
4
-7
/
+11
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
4
-5
/
+13
*
BOTAN_TARGET_COMPILER_IS -> BOTAN_BUILD_COMPILER_IS
Daniel Neus
2017-03-15
1
-1
/
+1
*
Converge on a single side channel silent ec mp alg: randomized
Never
2017-02-22
1
-48
/
+2
*
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
*
Remove nested anon namespace
Jack Lloyd
2016-12-23
1
-4
/
+0
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
24
-216
/
+216
*
Remove debug code
Jack Lloyd
2016-12-14
1
-1
/
+1
*
Fix exponentiation bug, related fixes
Jack Lloyd
2016-12-14
7
-34
/
+79
*
In ressol, prohibit a >= p
Jack Lloyd
2016-12-11
1
-3
/
+5
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
2
-17
/
+0
*
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
*
Merge GH #567/GH #457 TLS refactoring and Callbacks interface
Jack Lloyd
2016-08-31
8
-105
/
+65
|
\
|
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
8
-105
/
+65
*
|
Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures
René Korthaus
2016-08-17
2
-0
/
+20
*
|
Merge asm into single mp_madd.h and mp_asmi.h files
Jack Lloyd
2016-07-21
16
-1545
/
+1084
|
/
*
Add explicit static_cast operations to eliminate implicit cast compiler warni...
Dan Brown
2016-04-27
3
-3
/
+3
*
Add ECGDSA
René Korthaus
2016-04-19
2
-0
/
+25
*
Use rejection sampling in BigInt::random_integer
Jack Lloyd
2016-03-16
1
-10
/
+8
*
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
[next]