#include <botan/srp6.h>
#include <botan/dl_group.h>
#include <botan/libstate.h>
#include <botan/numthry.h>
#include <memory>
Go to the source code of this file.
|
BigInt | Botan::generate_srp6_verifier (const std::string &identifier, const std::string &password, const MemoryRegion< byte > &salt, const std::string &group_id, const std::string &hash_id) |
|
std::pair< BigInt, SymmetricKey > | Botan::srp6_client_agree (const std::string &identifier, const std::string &password, const std::string &group_id, const std::string &hash_id, const MemoryRegion< byte > &salt, const BigInt &B, RandomNumberGenerator &rng) |
|
std::string | Botan::srp6_group_identifier (const BigInt &N, const BigInt &g) |
|