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
/
math
/
numbertheory
/
powm_mnt.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-142
/
+0
*
Avoid conditionals in the power mod ops
lloyd
2012-09-04
1
-14
/
+23
*
Move monty_invert to numthry.h and use it in CurveGFp as well
lloyd
2012-08-01
1
-50
/
+0
*
Remove z_size parameter to bigint_monty_redc because it should always
lloyd
2012-08-01
1
-13
/
+1
*
Remove BigInt::assign
lloyd
2012-08-01
1
-15
/
+24
*
Remove BigInt(NumberType type, size_t n) and replace it with a static
lloyd
2012-08-01
1
-1
/
+1
*
Remove BigInt::operator[] returning a mutable word reference
lloyd
2012-08-01
1
-1
/
+1
*
Remove the mutable version of BigInt::get_reg
lloyd
2012-07-31
1
-2
/
+2
*
Use the extended Euclidean algorithm for computing the inverse for
lloyd
2012-06-17
1
-10
/
+57
*
m_ namespace member vars
lloyd
2012-06-15
1
-38
/
+37
*
Computing the Montgomery parameter can be done much cheaper because we
lloyd
2012-06-15
1
-3
/
+4
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-4
/
+4
*
Simplify Montgomery setup here a bit
lloyd
2011-06-07
1
-6
/
+4
*
Change order of arguments to bigint_monty_redc (internal interface,
lloyd
2011-06-02
1
-2
/
+2
*
Add monty sqr and multiply routines (they just call karatsuba and then
lloyd
2011-06-02
1
-25
/
+19
*
Make MemoryRegion::set protected, change all callers
lloyd
2010-10-29
1
-4
/
+4
*
BigInt::get_substring really shouldn't return size_t. Revert to
lloyd
2010-10-18
1
-2
/
+1
*
Use size_t in all of math, remove to_u32bit
lloyd
2010-10-12
1
-7
/
+7
*
Modify bigint_monty_redc to take an additional workspace argument.
lloyd
2010-09-24
1
-31
/
+32
*
First set of changes for avoiding use implicit vector->pointer conversions
lloyd
2010-09-13
1
-4
/
+4
*
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-5
/
+5
*
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-4
/
+4
*
Consolidate code for choosing a window size for fixed width window
lloyd
2010-03-09
1
-33
/
+1
*
Clean up exceptions. Remove some unused ones like Config_Error. Make
lloyd
2010-01-05
1
-4
/
+3
*
Add missing BOTAN_DLL exports.
lloyd
2009-12-16
1
-1
/
+1
*
Full working amalgamation build, plus internal-only headers concept.
lloyd
2009-12-16
1
-4
/
+4
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-22
/
+24
*
Rearrange BigInt directories:
lloyd
2008-09-30
1
-0
/
+178