SRP v0.1.1 API Reference
Modules
SRP provides an implementation of the Secure Remote Password Protocol presented on The SRP Authentication and Key Exchange System, Using the Secure Remote Password (SRP) Protocol for TLS Authentication and The Secure Remote Password Protocol
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