hashFunctionChoice property
Hash algorithm choice used during SRP key and verifier calculations (e.g., SHA256). Null if using a custom hash function.
Implementation
late final HashFunctionChoice? hashFunctionChoice;
Hash algorithm choice used during SRP key and verifier calculations (e.g., SHA256). Null if using a custom hash function.
late final HashFunctionChoice? hashFunctionChoice;