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
/
bigint
/
bigint.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Shuffle things around. Add NIST X.509 test to build.
lloyd
2014-01-01
1
-570
/
+0
*
Move all BigInt constructors to the top of the decl
lloyd
2012-08-01
1
-81
/
+82
*
Remove BigInt::assign
lloyd
2012-08-01
1
-10
/
+0
*
Remove BigInt(NumberType type, size_t n) and replace it with a static
lloyd
2012-08-01
1
-14
/
+13
*
Remove all support for octal BigInt conversions.
lloyd
2012-08-01
1
-5
/
+2
*
Remove BigInt::get_reg
lloyd
2012-08-01
1
-8
/
+1
*
Remove BigInt::operator[]. Use BigInt::word_at, which checks sizes
lloyd
2012-08-01
1
-7
/
+0
*
Remove BigInt::operator[] returning a mutable word reference
lloyd
2012-08-01
1
-7
/
+0
*
Rename the version of BigInt::data returning a mutable pointer
lloyd
2012-08-01
1
-7
/
+5
*
Remove the mutable version of BigInt::get_reg
lloyd
2012-07-31
1
-9
/
+2
*
m_ namespace BigInt members
lloyd
2012-07-31
1
-19
/
+19
*
Remove BigInt::grow_reg which was only used by a few tests.
lloyd
2012-07-31
1
-5
/
+3
*
Be explicit about swap template specialization
lloyd
2012-06-26
1
-1
/
+1
*
Fairly huge update that replaces the old secmem types with std::vector
lloyd
2012-05-18
1
-15
/
+49
*
Inline BigInt move operators and swap
lloyd
2011-06-13
1
-3
/
+21
*
propagate from branch 'net.randombit.botan' (head 150bd11dd8090559ee1e83394b8...
lloyd
2011-06-13
1
-0
/
+9
|
\
|
*
propagate from branch 'net.randombit.botan' (head 303b2518a80553214b1e5ab4d9b...
lloyd
2010-11-04
1
-0
/
+9
|
|
\
|
|
*
propagate from branch 'net.randombit.botan' (head 2841fb518e20d2fe0a374e4f6b0...
lloyd
2010-10-28
1
-2
/
+2
|
|
|
\
|
|
*
\
propagate from branch 'net.randombit.botan' (head 2898d79f992f27a328a3e41d34b...
lloyd
2010-10-13
1
-0
/
+9
|
|
|
\
\
|
|
|
*
\
propagate from branch 'net.randombit.botan' (head a29c41b4a949207b1544096c3af...
lloyd
2010-09-03
1
-0
/
+9
|
|
|
|
\
\
|
|
|
|
*
\
propagate from branch 'net.randombit.botan' (head 294e2082ce9231d6165276e2f2a...
lloyd
2010-06-17
1
-70
/
+88
|
|
|
|
|
\
\
|
|
|
|
*
\
\
propagate from branch 'net.randombit.botan' (head 5e9c6107cbb15744c2edf2eb0e2...
lloyd
2010-03-13
1
-3
/
+16
|
|
|
|
|
\
\
\
|
|
|
|
|
*
\
\
propagate from branch 'net.randombit.botan' (head 744dccf92270cf16b80b50ee275...
lloyd
2009-12-16
1
-1
/
+1
|
|
|
|
|
|
\
\
\
|
|
|
|
|
*
|
|
|
Add move assignment and constructor operators to BigInt. On macro benchmarks
lloyd
2009-11-19
1
-3
/
+16
*
|
|
|
|
|
|
|
|
Add back BigInt::to_u32bit
lloyd
2011-05-10
1
-0
/
+7
|
/
/
/
/
/
/
/
/
*
|
|
|
|
|
|
/
Make MemoryRegion::set protected, change all callers
lloyd
2010-10-29
1
-0
/
+9
|
|
_
|
_
|
_
|
_
|
_
|
/
|
/
|
|
|
|
|
|
*
|
|
|
|
|
|
BigInt::get_substring really shouldn't return size_t. Revert to
lloyd
2010-10-18
1
-1
/
+1
*
|
|
|
|
|
|
For const BigInt::operator[], return a const reference instead of a
lloyd
2010-10-18
1
-1
/
+1
|
/
/
/
/
/
/
*
|
|
|
|
|
Use size_t in all of math, remove to_u32bit
lloyd
2010-10-12
1
-40
/
+31
*
|
|
|
|
|
Anywhere where we use MemoryRegion::begin to get access to the raw pointer
lloyd
2010-09-13
1
-2
/
+2
*
|
|
|
|
|
Big, invasive but mostly automated change, with a further attempt at
lloyd
2010-09-07
1
-1
/
+1
|
/
/
/
/
/
*
|
|
|
/
Interesting factoid, turns out that overloading std::swap is not
lloyd
2010-09-02
1
-1
/
+5
|
|
_
|
_
|
/
|
/
|
|
|
*
|
|
|
More Doxygen updates. Also, don't expose divide() in numthry.h
lloyd
2010-06-16
1
-26
/
+27
*
|
|
|
More BigInt Doxygen comment updates
lloyd
2010-06-16
1
-19
/
+20
*
|
|
|
Cleanup some BigInt doxygen comments
lloyd
2010-06-16
1
-31
/
+44
*
|
|
|
Replace "@return a blah" and "@return the blah" with just "@return blah"
lloyd
2010-06-16
1
-2
/
+2
*
|
|
|
Fix a few hundred Doxygen warnings
lloyd
2010-06-15
1
-4
/
+11
|
/
/
/
*
|
/
Correct Doxygen comment
lloyd
2010-03-13
1
-3
/
+3
|
|
/
|
/
|
*
|
Make many more headers internal-only.
lloyd
2009-12-16
1
-1
/
+1
|
/
*
Fix typo
lloyd
2009-11-18
1
-1
/
+1
*
Clean up BigInt doxygen comments
lloyd
2009-11-18
1
-471
/
+458
*
Thomas Moschny passed along a request from the Fedora packagers which came
lloyd
2009-03-30
1
-17
/
+19
*
Wrap at 80 columns
lloyd
2008-11-11
1
-1
/
+2
*
Wrap lines to 80 columns
lloyd
2008-10-28
1
-4
/
+5
*
Add Doxygen comments to bigint.h (from InSiTo)
lloyd
2008-10-13
1
-51
/
+397
*
Rearrange BigInt directories:
lloyd
2008-09-30
1
-0
/
+184