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
*
Use 2-bit wide table in PointGFp multi_exponentiate
Jack Lloyd
2018-02-23
2
-17
/
+56
*
Inline NIST normalize function, use bigint_sub3
Jack Lloyd
2018-02-23
1
-12
/
+3
*
Minor optimizations in BigInt memory handling
Jack Lloyd
2018-02-23
2
-2
/
+4
*
Avoid unneeded grow_to calls
Jack Lloyd
2018-02-23
1
-1
/
+2
*
Small cleanups in NIST reduction code
Jack Lloyd
2018-02-23
1
-35
/
+22
*
Fix an error in BigInt operator-
Jack Lloyd
2018-02-23
1
-0
/
+1
*
In PointGFp add/double avoid creating temporaries
Jack Lloyd
2018-02-23
3
-40
/
+60
*
Move declarations that don't need to be friends of PointGFp
Jack Lloyd
2018-02-21
1
-21
/
+20
*
Use a table in multi_exponentiate
Jack Lloyd
2018-02-21
1
-13
/
+13
*
Remove the randomized Montgomery point mul code
Jack Lloyd
2018-02-21
2
-61
/
+2
*
Remove mutable worksspace from PointGFp
Jack Lloyd
2018-02-21
3
-100
/
+89
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
4
-104
/
+245
*
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
*
Minor optimizations for BigInt operator/
Jack Lloyd
2018-02-19
1
-0
/
+6
*
Tiny optimization in BigInt::const_time_lookup
Jack Lloyd
2018-02-13
1
-1
/
+3
*
Create a persistent registry for ECC group data
Jack Lloyd
2018-02-04
2
-17
/
+44
*
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
3
-37
/
+73
*
Convert http:// links to https:// where possible
Jack Lloyd
2017-10-24
2
-5
/
+5
*
Additional final annotations
Jack Lloyd
2017-10-15
1
-1
/
+1
*
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
[next]