|
Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/internal/primality.h>#include <botan/bigint.h>#include <botan/hash.h>#include <botan/numthry.h>#include <botan/rng.h>#include <botan/internal/barrett.h>#include <botan/internal/fmt.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| std::vector< uint8_t > | Botan::generate_dsa_primes (RandomNumberGenerator &rng, BigInt &p, BigInt &q, size_t pbits, size_t qbits) |
| 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) |