Struct srp::server::SrpServer [] [src]

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

SRP server state

Methods

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

Create new server state.

Get private b value. (see new_with_b documentation)

Get public b_pub value for sending to the user.

Get shared secret between user and the server. (do not forget to verify that keys are the same!)

Process user proof of having the same shared secret and compute server proof for sending to the user.