hashFunctionChoice property

HashFunctionChoice? hashFunctionChoice
latefinal

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;