aboutsummaryrefslogtreecommitdiffstats
path: root/include/numthry.h
diff options
context:
space:
mode:
authorlloyd <[email protected]>2007-03-01 00:14:46 +0000
committerlloyd <[email protected]>2007-03-01 00:14:46 +0000
commit3009920d500adada75f8e9dd7b28eeca3c42354f (patch)
treed21a3a3759662cf4630a7b3f84dc6cf1637e8c02 /include/numthry.h
parent5b9be64b1238ce2c8672c3dcaa764ffadf8af852 (diff)
Split DSA parameter generation into src/dsa_gen.cpp, and make the functions
members of DL_Group (the only place they were called within the source, and outside of some rather esoteric things probably the only place you would ever need it).
Diffstat (limited to 'include/numthry.h')
-rw-r--r--include/numthry.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/numthry.h b/include/numthry.h
index 8ec0d58f9..abb423e52 100644
--- a/include/numthry.h
+++ b/include/numthry.h
@@ -58,10 +58,6 @@ BigInt random_integer(const BigInt&, const BigInt&);
BigInt random_prime(u32bit, const BigInt& = 1, u32bit = 1, u32bit = 2);
BigInt random_safe_prime(u32bit);
-SecureVector<byte> generate_dsa_primes(BigInt&, BigInt&, u32bit);
-bool generate_dsa_primes(BigInt&, BigInt&, const byte[], u32bit, u32bit,
- u32bit = 0);
-
/*************************************************
* Prime Numbers *
*************************************************/