The unified diff between revisions [8a2b79c6..] and [44833339..] is displayed below. It can also be downloaded as a raw diff.
This diff has been restricted to the following files: 'include/numthry.h'
# # # patch "include/numthry.h" # from [1f9a9f66446b88105642da7214dae8a17cd065fc] # to [4d094d0b3a98dbd84783beb080f861d076d1a0f5] # ============================================================ --- include/numthry.h 1f9a9f66446b88105642da7214dae8a17cd065fc +++ include/numthry.h 4d094d0b3a98dbd84783beb080f861d076d1a0f5 @@ -58,10 +58,6 @@ BigInt random_safe_prime(u32bit); 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 * *************************************************/