diff options
author | lloyd <[email protected]> | 2007-03-01 00:14:46 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2007-03-01 00:14:46 +0000 |
commit | 3009920d500adada75f8e9dd7b28eeca3c42354f (patch) | |
tree | d21a3a3759662cf4630a7b3f84dc6cf1637e8c02 /include/numthry.h | |
parent | 5b9be64b1238ce2c8672c3dcaa764ffadf8af852 (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.h | 4 |
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 * *************************************************/ |