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
/
dsa_gen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid using global rng in DL_Group::generate_dsa_primes
lloyd
2008-05-24
1
-6
/
+5
*
Previously random_integer and friends used the global PRNG object to get
lloyd
2008-05-24
1
-4
/
+6
*
propagate from branch 'net.randombit.botan' (head 6afe2db1f710f75bc27e189bb8b...
lloyd
2008-04-10
1
-11
/
+2
|
\
|
*
Remove the Global_RNG namespace, along with rng.h and rng.cpp. This was
lloyd
2008-04-07
1
-3
/
+2
|
*
The intent of this branch is to remove the global library state object
lloyd
2008-04-07
1
-8
/
+0
*
|
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
*
bit_ops.h no longer includes loadstor.h
lloyd
2007-10-19
1
-1
/
+0
*
Small cleanups.
lloyd
2007-03-10
1
-1
/
+0
*
Introduce a class Seed which represents the domain parameter seed, rather
lloyd
2007-03-04
1
-15
/
+30
*
Alter one of the constructors of DL_Group to take a parameter specifying
lloyd
2007-03-03
1
-31
/
+46
*
Split DSA parameter generation into src/dsa_gen.cpp, and make the functions
lloyd
2007-03-01
1
-0
/
+111