Public Member Functions | Public Attributes | Private Attributes | List of all members
SPAKE2Run Struct Reference

Public Member Functions

bool key_matches () const
 
bool Run ()
 

Public Attributes

int alice_corrupt_msg_bit = -1
 
bool alice_disable_password_scalar_hack = false
 
std::pair< std::string, std::string > alice_names = {"alice", "bob"}
 
std::string alice_password = "password"
 
bool bob_disable_password_scalar_hack = false
 
std::pair< std::string, std::string > bob_names = {"bob", "alice"}
 
std::string bob_password = "password"
 

Private Attributes

bool key_matches_ = false
 

Detailed Description

Definition at line 31 of file spake25519_test.cc.

Member Function Documentation

◆ key_matches()

bool SPAKE2Run::key_matches ( ) const
inline

Definition at line 93 of file spake25519_test.cc.

◆ Run()

bool SPAKE2Run::Run ( )
inline

Definition at line 32 of file spake25519_test.cc.

Member Data Documentation

◆ alice_corrupt_msg_bit

int SPAKE2Run::alice_corrupt_msg_bit = -1

Definition at line 103 of file spake25519_test.cc.

◆ alice_disable_password_scalar_hack

bool SPAKE2Run::alice_disable_password_scalar_hack = false

Definition at line 101 of file spake25519_test.cc.

◆ alice_names

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

Definition at line 99 of file spake25519_test.cc.

◆ alice_password

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

Definition at line 97 of file spake25519_test.cc.

◆ bob_disable_password_scalar_hack

bool SPAKE2Run::bob_disable_password_scalar_hack = false

Definition at line 102 of file spake25519_test.cc.

◆ bob_names

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

Definition at line 100 of file spake25519_test.cc.

◆ bob_password

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

Definition at line 98 of file spake25519_test.cc.

◆ key_matches_

bool SPAKE2Run::key_matches_ = false
private

Definition at line 106 of file spake25519_test.cc.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:01:48