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
/
bigint
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix some Doxygen warnings
Jack Lloyd
2018-08-15
1
-1
/
+0
*
Fix BigInt::to_{dec,hex}_string for zero
Jack Lloyd
2018-08-15
1
-1
/
+8
*
Cleanup of BigInt encoding/decoding functions
Jack Lloyd
2018-08-14
3
-16
/
+138
*
Add Lucas test from FIPS 186-4
Jack Lloyd
2018-07-31
2
-0
/
+21
*
Check arguments to BigInt::random_integer
Jack Lloyd
2018-06-29
2
-2
/
+5
*
Document preconditions of BigInt::mod_add/mod_sub
Jack Lloyd
2018-06-23
1
-0
/
+2
*
Avoid needless alloc and copy
Jack Lloyd
2018-06-21
1
-0
/
+6
*
Avoid unnecessary realloc in BigInt::mod_sub
Jack Lloyd
2018-06-17
1
-2
/
+7
*
Fix a bug in Barrett reduction
Jack Lloyd
2018-06-05
1
-4
/
+3
*
Inline BigInt::shrink_to_fit
Jack Lloyd
2018-05-09
2
-7
/
+5
*
Inline this operator+ [ci skip]
Jack Lloyd
2018-04-26
2
-6
/
+1
*
Add BigInt functions for adding, subtracting and comparing with words
Jack Lloyd
2018-04-26
4
-51
/
+142
*
Add BigInt::mod_sub
Jack Lloyd
2018-04-23
2
-0
/
+65
*
Add const time annotations
Jack Lloyd
2018-04-15
2
-0
/
+20
*
Square is always positive
Jack Lloyd
2018-04-08
1
-0
/
+1
*
Add BigInt::square plus a speed test for BigInt multiply
Jack Lloyd
2018-04-08
2
-0
/
+22
*
Fix some Doxygen errors
Jack Lloyd
2018-03-28
1
-1
/
+2
*
Shift ECDSA inputs to match OpenSSL behavior
Jack Lloyd
2018-03-21
2
-0
/
+21
*
Simplify a common case BigInt constructor
Jack Lloyd
2018-03-21
2
-1
/
+13
*
Store base point multiplies in a single std::vector
Jack Lloyd
2018-03-20
2
-0
/
+17
*
Improve memory handling for PointGFp
Jack Lloyd
2018-03-14
1
-5
/
+0
*
Move declaration of word to types.h
Jack Lloyd
2018-03-01
1
-1
/
+1
*
Remove MP_WORD_BITS constant
Jack Lloyd
2018-03-01
4
-17
/
+17
*
Remove BigInt using functions from mp layer
Jack Lloyd
2018-03-01
1
-1
/
+5
*
Inline some simple BigInt sign handling functions
Jack Lloyd
2018-03-01
2
-32
/
+17
*
Avoid needless allocation in BigInt operator+=
Jack Lloyd
2018-02-28
1
-4
/
+2
*
Optimize P-256 and P-384 reduction
Jack Lloyd
2018-02-26
2
-4
/
+14
*
Avoid some needless allocations
Jack Lloyd
2018-02-26
1
-11
/
+27
*
Optimize Barrett reduction
Jack Lloyd
2018-02-26
3
-4
/
+79
*
Add BigInt::operator*= taking a word
Jack Lloyd
2018-02-26
2
-2
/
+23
*
Use reduce_below in PointGFp
Jack Lloyd
2018-02-25
1
-0
/
+2
*
Add BigInt::reduce_below
Jack Lloyd
2018-02-25
2
-0
/
+33
*
Pass workspace size to various bigint_ functions
Jack Lloyd
2018-02-25
2
-2
/
+2
*
Minor optimizations in BigInt memory handling
Jack Lloyd
2018-02-23
2
-2
/
+4
*
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
1
-1
/
+7
*
New API for blinded ECC point multiplication
Jack Lloyd
2018-02-21
1
-1
/
+1
*
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
*
Remove needless variable
Jack Lloyd
2017-10-06
1
-2
/
+0
*
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
1
-1
/
+1
*
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
1
-1
/
+1
*
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
2
-0
/
+35
*
Apply final annotations to the library also
Jack Lloyd
2017-09-22
1
-2
/
+2
*
Header file cleanups
Jack Lloyd
2017-09-21
3
-4
/
+4
*
Change header guard format to BOTAN_FOO_H_
Jack Lloyd
2017-09-20
2
-4
/
+4
*
Add API stability annotations.
Jack Lloyd
2017-09-19
2
-13
/
+13
[next]