Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComputeVerifier ¶
ComputeVerifier returns a verifier that is calculated as described in Section 3 of [SRP-RFC]. The verifier (v) is computed based on the salt (s), user name (I), password (P), and group parameters (N, g).
x = H(s | H(I | ":" | P)), v = g^x % N
Types ¶
type Client ¶
Click to show internal directories.
Click to hide internal directories.