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
*
Remove "Dirty hack" for multiple defines in lex_me_harder()
Simon Warta
2017-04-02
1
-2
/
+4
*
Convert to using standard uintN_t integer types
Jack Lloyd
2016-12-18
8
-61
/
+61
*
Remove <source> block from info.txt files
Jack Lloyd
2016-12-08
1
-10
/
+0
*
Merge GH #567/GH #457 TLS refactoring and Callbacks interface
Jack Lloyd
2016-08-31
2
-7
/
+4
|
\
|
*
Reduction of code complexity in MP & ECC classes.
Matthias Gierlings
2016-06-19
2
-7
/
+4
*
|
Fix leading zero bytes in DSA, ECDSA, ECGDSA and ECKCDSA signatures
René Korthaus
2016-08-17
2
-0
/
+20
|
/
*
Use rejection sampling in BigInt::random_integer
Jack Lloyd
2016-03-16
1
-10
/
+8
*
Reroot the exception hierarchy into a toplevel Exception class
Jack Lloyd
2015-12-11
1
-1
/
+1
*
Internal header cleanups
Jack Lloyd
2015-09-19
2
-2
/
+2
*
Remove alloc module; move secmem.h to base and locking_allocator to utils
Jack Lloyd
2015-08-29
1
-1
/
+0
*
Fix typos
Simon Warta
2015-07-24
1
-1
/
+1
*
Fix BigInt random_integer() distribution issue.
Simon Warta
2015-07-24
3
-10
/
+31
*
Refactor BigInt
Simon Warta
2015-07-24
3
-9
/
+20
*
BigInt::to_u32bit failed on 32-bit integers. GH #220
Jack Lloyd
2015-07-23
1
-1
/
+1
*
Fix round_up
Simon Warta
2015-07-15
1
-2
/
+2
*
s/auto/size_t/
Simon Warta
2015-07-03
1
-1
/
+1
*
More changes for use with debug STL
Simon Warta
2015-06-30
1
-1
/
+5
*
lib/math: Convert &vec[0] to vec.data()
Daniel Seither
2015-06-20
6
-18
/
+18
*
Specify class name for static function
lloyd
2015-03-13
1
-1
/
+1
*
Add BigInt::encode_1363 writing to specified buffer
lloyd
2015-03-11
2
-3
/
+10
*
Add specialized reducers for P-192, P-224, P-256 and P-384
lloyd
2015-02-26
2
-39
/
+31
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
9
-9
/
+9
*
This assumed other headers it did not include
lloyd
2015-01-08
1
-1
/
+2
*
Inline BigInt::get_bit and byte_at
lloyd
2015-01-08
2
-23
/
+9
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
2
-8
/
+8
*
Use 20 Miller-Rabin iterations regardless of the size of the integer. This
lloyd
2014-04-13
1
-1
/
+1
*
Avoid a ubsan warning on GCC 4.9 due uninitialized sign enum being
lloyd
2014-03-30
2
-5
/
+1
*
Move lib into src
lloyd
2014-01-10
10
-0
/
+1779