|
Botan 3.9.0
Crypto and TLS for C&
|
#include <botan/srp6.h>#include <botan/assert.h>#include <botan/dl_group.h>#include <botan/hash.h>#include <botan/internal/fmt.h>Go to the source code of this file.
Namespaces | |
| namespace | Botan |
Functions | |
| std::pair< BigInt, SymmetricKey > | Botan::srp6_client_agree (std::string_view identifier, std::string_view password, const DL_Group &group, std::string_view hash_id, const std::vector< uint8_t > &salt, const BigInt &B, const size_t a_bits, RandomNumberGenerator &rng) |
| std::pair< BigInt, SymmetricKey > | Botan::srp6_client_agree (std::string_view identifier, std::string_view password, std::string_view group_id, std::string_view hash_id, const std::vector< uint8_t > &salt, const BigInt &B, RandomNumberGenerator &rng) |
| BigInt | Botan::srp6_generate_verifier (std::string_view identifier, std::string_view password, const std::vector< uint8_t > &salt, const DL_Group &group, std::string_view hash_id) |
| BigInt | Botan::srp6_generate_verifier (std::string_view identifier, std::string_view password, const std::vector< uint8_t > &salt, std::string_view group_id, std::string_view hash_id) |
| std::string | Botan::srp6_group_identifier (const BigInt &N, const BigInt &g) |