SRP v0.1.1 API Reference

Modules

Defines a SRP client

A user identity is a struct formed by a username and a password. This identity is known only to the client. The server knowns only the SRP.IdentityVerifier

A user identity verifier. This verifier is formed by the username, a random salt generated at registration time, and a password verifier derived from the user password

A pair of ephemeral keys, one public and one private. The private key is random and the public is derived from the private. This keys are exchanged during the process of authentication

Defines a SRP server