HashFunction class abstract
Hash function interface.
This interface allows users to provide custom hash function implementations while maintaining compatibility with the SRP protocol.
Used throughout SRP for hashing operations including key derivation, session key generation, and verifier calculation.
- Implementers
Constructors
Properties
Methods
-
hash(
Uint8List input) → Future< Uint8List> -
Computes hash of input bytes.
override
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited