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
*
math: Add missing overrides
Daniel Seither
2015-07-30
1
-8
/
+8
*
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
2
-3
/
+3
*
Make Botan compile when only some modules are enabled
Simon Warta
2015-07-03
1
-1
/
+1
*
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
12
-35
/
+35
*
Add missing include
lloyd
2015-05-31
1
-0
/
+1
*
Fix various bugs found by Coverity scanner.
lloyd
2015-05-15
3
-0
/
+7
*
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
*
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 BOTAN_DLL back to LibraryInitializer and move some of the implementation to
lloyd
2015-03-11
1
-1
/
+3
*
Comile fixes for VC 2013. Based on github pull 56
neusdan
2015-03-10
1
-1
/
+1
*
Add specialized reducers for P-192, P-224, P-256 and P-384
lloyd
2015-02-26
6
-55
/
+667
*
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
*
Reference the EC point add and double algorithms used
lloyd
2015-01-24
1
-0
/
+8
*
Ensure all files have copyright and license info.
lloyd
2015-01-10
46
-46
/
+46
*
This assumed other headers it did not include
lloyd
2015-01-08
1
-1
/
+2
*
Side channel commentary
lloyd
2015-01-08
2
-0
/
+26
*
Inline BigInt::get_bit and byte_at
lloyd
2015-01-08
2
-23
/
+9
*
Switch to using Montgomery ladder for EC point multiplication.
lloyd
2014-12-10
1
-48
/
+4
*
Add specialized reduction for P-521 along with 9x9 Comba routines.
lloyd
2014-11-15
11
-12
/
+461
*
Use noexcept on swap
lloyd
2014-11-04
1
-1
/
+1
*
Handle new source file
lloyd
2014-10-06
1
-4
/
+0
*
Asserts here are nice
lloyd
2014-08-09
1
-2
/
+7
*
Move mul and square operations on a elliptic curve to CurveGFp so we
lloyd
2014-08-09
4
-213
/
+279
*
Avoid GCC 4.9 strict-overflow warning
lloyd
2014-05-03
1
-3
/
+2
*
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
4
-186
/
+42
*
Fix a bug in Miller-Rabin primality testing introduced in 1.8.3
lloyd
2014-04-10
1
-5
/
+6
*
Avoid a ubsan warning on GCC 4.9 due uninitialized sign enum being
lloyd
2014-03-30
2
-5
/
+1
*
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
51
-0
/
+8875