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
/
include
/
bigint.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move all BigInt stuff into bigint/. Currently all asm modules are disabled;
lloyd
2008-09-28
1
-181
/
+0
*
Remove the cache for BigInt::sig_words. I'm baffled how it is it works
lloyd
2008-09-15
1
-67
/
+24
*
Update BigInt::grow_reg and grow_to to be non-const
lloyd
2008-09-15
1
-2
/
+2
*
Inline BigInt::Rep::operator[], BigInt::sig_words, and BigInt::Rep::sig_words
lloyd
2008-09-07
1
-14
/
+46
*
Inline BigInt::operator[]
lloyd
2008-09-07
1
-2
/
+2
*
Typo fix
lloyd
2008-09-07
1
-1
/
+1
*
Inline BigInt::is_zero
lloyd
2008-09-07
1
-2
/
+8
*
There is no real reason BigInt::grow_to needs to be private (and one
lloyd
2008-09-05
1
-2
/
+1
*
Wrap the BigInt register in a small class that caches the significant
lloyd
2008-09-05
1
-6
/
+36
*
Move the declaration of the RandomNumberGenerator base class from base.h
lloyd
2008-06-10
1
-1
/
+2
*
Remove random_integer() and replace it with a BigInt constructor taking a
lloyd
2008-05-24
1
-0
/
+1
*
Previously random_integer and friends used the global PRNG object to get
lloyd
2008-05-24
1
-2
/
+2
*
Add BOTAN_DLL macro in all needed spots for working DLL export. Based
lloyd
2008-04-21
1
-11
/
+11
*
Change the copyrights in all files in the Botan tree to directly reflect
lloyd
2008-04-10
1
-1
/
+1
*
Mostly revert 2f4fd18182d5a75c40cd831e7ee3c314be5c57d6, only keep the
lloyd
2008-03-10
1
-1
/
+1
*
Mass update of the copyright date. Honestly I don't know why I bother,
lloyd
2008-02-14
1
-1
/
+1
*
BigInt::operator[] now guards against accesses that are larger than the
lloyd
2007-03-03
1
-2
/
+2
*
Add a version of BigInt::binary_decode taking a MemoryRegion of bytes
lloyd
2007-03-01
1
-0
/
+1
*
Bump copyright year to 2007
lloyd
2007-01-20
1
-1
/
+1
*
Remove an unneeded friend declaration for the division function.
lloyd
2006-08-12
1
-1
/
+0
*
Initial checkin
1.5.6
lloyd
2006-05-18
1
-0
/
+155