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

HashFunction()

Properties

hashCode int
The hash code for this object.
no setterinherited
name String
Name of the hash function algorithm.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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