Property | Type | Description | |
---|---|---|---|
N | |||
Nb | byte[] | ||
g | |||
gb | byte[] | ||
k | |||
kb | byte[] | ||
kb2 | byte[] |
Method | Description | |
---|---|---|
Lookup ( SrpStrength strength ) : |
Looks up the valid precomputed constants for SRP given the specified bit strength.
|
Method | Description | |
---|---|---|
ComputeHash ( ) : byte[] |
Computes the hash of all of the supplied parameters.
|
|
SrpConstants ( ) : System | ||
SrpConstants ( string hexN, string decG ) : System | ||
Xor ( byte a, byte b ) : byte[] |
Computes the XOR of the supplied parameters
|
public static Lookup ( SrpStrength strength ) : |
||
strength | SrpStrength | the bit strength to lookup. |
return |