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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new switch to configure.pl --with-tr1-implementation which
lloyd
2008-10-12
1
-1
/
+3
*
Rename the TR1 choice macros to BOTAN_USE_STD_TR1 and BOTAN_USE_BOOST_TR1.
lloyd
2008-10-12
1
-3
/
+3
*
Return const references instead of copies in GFpModulus where possible
lloyd
2008-10-12
1
-4
/
+4
*
Modify CurveGFp::get_{a,b} to return a const reference instead of a copy
lloyd
2008-10-12
2
-5
/
+5
*
Enable throwing of Illegal_Point in check_invariants
lloyd
2008-10-11
1
-2
/
+2
*
Disable the implementation of word_add in mp_ia32 for the same reason
lloyd
2008-10-11
1
-0
/
+8
*
Remove last use of freestore.h from gfpmath, move it to CVC code which still
lloyd
2008-10-11
5
-52
/
+13
*
Remove some unused code from freestore.h, including the code that brough
lloyd
2008-10-11
1
-166
/
+4
*
Change GFpElement's scalar multiplication operators to take a u64bit instead
lloyd
2008-10-11
2
-28
/
+25
*
Disable the x86-64 implementation of word_add. I think there is a bug
lloyd
2008-10-11
1
-0
/
+8
*
Add a version for x86-64 in mp_asm64, though it is disabled by default
lloyd
2008-10-11
2
-0
/
+8
*
Some small changes to GFpElement, including accepting u64bit instead
lloyd
2008-10-09
2
-30
/
+28
*
Add BOTAN_DLL macro to public class definitions that were missing it.
lloyd
2008-10-09
5
-7
/
+7
*
Cleanup of gfp_element.cpp
lloyd
2008-10-09
1
-21
/
+29
*
Clean up GF(p) implementation code
lloyd
2008-10-09
5
-92
/
+99
*
Keep gfpmath disabled unless requested due to tr1 dep
lloyd
2008-10-08
1
-1
/
+1
*
Partially merge back with InSiTo in an attemp to trace bugs
lloyd
2008-10-08
7
-278
/
+510
*
Debug output
lloyd
2008-10-08
1
-43
/
+60
*
Reformatting
lloyd
2008-10-08
1
-3
/
+3
*
Remove unneeded Botan:: prefix
lloyd
2008-10-08
1
-1
/
+1
*
Split ecdsa module into ecc_key, ecdsa, eckaeg
lloyd
2008-10-08
1
-1
/
+1
*
Guard uses of ECDSA in the library with BOTAN_HAS_ECDSA macro, so it can
lloyd
2008-10-01
1
-1
/
+1
*
Move generate_dsa_primes decl from DL_Group to numthry.h to match source loca...
lloyd
2008-10-01
2
-8
/
+21
*
Build GF(p) and ECDSA by default. tr1/memory dependency in math/gfpmath
lloyd
2008-09-30
1
-1
/
+1
*
Forgot info.txt for gfpmath
lloyd
2008-09-30
1
-0
/
+20
*
Move GF(p) math code from pk/ecdsa to math/gfpmath
lloyd
2008-09-30
7
-0
/
+2892
*
Rearrange BigInt directories:
lloyd
2008-09-30
59
-0
/
+5677
*
Put only the implementation of BigInt in src/bigint, mathematical functions
lloyd
2008-09-29
18
-0
/
+2369