Struct srp::client::SrpClientVerifier [] [src]

pub struct SrpClientVerifier<D: Digest> { /* fields omitted */ }

SRP client state after handshake with the server.

Methods

impl<D: Digest> SrpClientVerifier<D>
[src]

Get shared secret key without authenticating server, e.g. for using with authenticated encryption modes. DO NOT USE this method without some kind of secure authentification.

Verification data for sending to the server.

Verify server reply to verification data. It will return shared secret key in case of success.