crypto/hash library
Hash algorithms.
Classes
- CryptographyLibHashFunction
- Wrapper for cryptography package's HashAlgorithm.
- HashFunction
- Hash function interface.
Enums
- HashFunctionChoice
- Hash algorithms available for use in SRP operations.
Functions
-
getHashFunction(
HashFunctionChoice choice) → HashFunction -
Returns a HashFunction implementation for the given
choice
.