|
Botan
2.13.0
Crypto and TLS for C++11
|
#include <botan/numthry.h>#include <botan/hash.h>#include <botan/reducer.h>#include <botan/rng.h>Go to the source code of this file.
Namespaces | |
| Botan | |
Functions | |
| bool | Botan::generate_dsa_primes (RandomNumberGenerator &rng, BigInt &p, BigInt &q, size_t pbits, size_t qbits, const std::vector< uint8_t > &seed_c, size_t offset) |
| std::vector< uint8_t > | Botan::generate_dsa_primes (RandomNumberGenerator &rng, BigInt &p, BigInt &q, size_t pbits, size_t qbits) |
1.8.9.1