Botan 3.4.0
Crypto and TLS for C&
Classes | Namespaces | Functions
srp6.h File Reference

Public Header. More...

#include <botan/bigint.h>
#include <botan/dl_group.h>
#include <botan/symkey.h>
#include <string>

Go to the source code of this file.

Classes

class  Botan::SRP6_Server_Session
 

Namespaces

namespace  Botan
 

Functions

std::pair< BigInt, SymmetricKeyBotan::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, SymmetricKeyBotan::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)
 

Detailed Description

Public Header.

Definition in file srp6.h.