Module messages

Source
Expand description

Contains the four messages that client and server would exchange as part of the SRP6a protocol. These messages are included for clarity and not used directly by the easy-srp library.

Structsยง

ClientServerMessage1
First message (from client to server)
ClientServerMessage3
Third message (from client to server)
ServerClientMessage2
Seconds message (from server to client)
ServerClientMessage4
Forth message (from server to client)