webkit  2cdf99a9e3038c7e01b3c37e8ad903ecbe5eecf1
https://github.com/WebKit/webkit
Public Member Functions | Public Attributes | List of all members
SPAKE2Run Struct Reference

Public Member Functions

bool Run ()
 
bool key_matches () const
 

Public Attributes

std::string alice_password = "password"
 
std::string bob_password = "password"
 
std::pair< std::string, std::stringalice_names = {"alice", "bob"}
 
std::pair< std::string, std::stringbob_names = {"bob", "alice"}
 
int alice_corrupt_msg_bit = -1
 

Member Function Documentation

◆ key_matches()

bool SPAKE2Run::key_matches ( ) const
inline

◆ Run()

bool SPAKE2Run::Run ( )
inline

Member Data Documentation

◆ alice_corrupt_msg_bit

int SPAKE2Run::alice_corrupt_msg_bit = -1

◆ alice_names

std::pair<std::string, std::string> SPAKE2Run::alice_names = {"alice", "bob"}

◆ alice_password

std::string SPAKE2Run::alice_password = "password"

◆ bob_names

std::pair<std::string, std::string> SPAKE2Run::bob_names = {"bob", "alice"}

◆ bob_password

std::string SPAKE2Run::bob_password = "password"

The documentation for this struct was generated from the following file: