Struct srp::client::SrpClient [] [src]

pub struct SrpClient<'a, D: Digest> { /* fields omitted */ }

SRP client state before handshake with the server.

Methods

impl<'a, D: Digest> SrpClient<'a, D>
[src]

Create new SRP client instance.

Get password verfier for user registration on the server

Process server reply to the handshake.

Get public ephemeral value for handshaking with the server.