info.txt |
|
78 |
srp6.cpp |
This function assumes that only one 'standard' SRP parameter set has
been defined for a particular bitsize. As of this writing that is the case.
|
5726 |
srp6.h |
SRP6a Client side
@param username the username we are attempting login for
@param password the password we are attempting to use
@param group_id specifies the shared SRP group
@param hash_id specifies a secure hash function
@param salt is the salt value sent by the server
@param B is the server's public value
@param rng is a random number generator
@return (A,K) the client public key and the shared secret key
|
5081 |