calculateSecret abstract method
Generates the secret S given the server's credentials @param serverB The server's credentials @return Client's verification message for the server @throws Exception If server's credentials are invalid
Implementation
BigInt? calculateSecret(BigInt serverB);