generateClientCredentials abstract method
Generates the client's credentials that are to be sent to the server. @return The client's public value
Implementation
BigInt? generateClientCredentials(
Uint8List salt, Uint8List identity, Uint8List password);