NetSRP Methods
From Lidgren.Network
The NetSRP type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| ComputeClientEphemeral |
Compute client public ephemeral value (A)
| |
| ComputeClientSessionValue |
Computes the client session value
| |
| ComputePrivateKey |
Computer private key (x)
| |
| ComputeServerEphemeral |
Compute server ephemeral value (B)
| |
| ComputeServerSessionValue |
Computes the server session value
| |
| ComputeServerVerifier |
Creates a verifier that the server can later use to authenticate users later on (v)
| |
| ComputeU |
Compute intermediate value (u)
| |
| CreateEncryption |
Create XTEA symmetrical encryption object from sessionValue
| |
| CreateRandomEphemeral |
Create 32 bytes of random ephemeral value
| |
| CreateRandomSalt |
Create 16 bytes of random salt
| |
| Hash |
SHA hash data
|