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ยง
- Client
Server Message1 - First message (from client to server)
- Client
Server Message3 - Third message (from client to server)
- Server
Client Message2 - Seconds message (from server to client)
- Server
Client Message4 - Forth message (from server to client)