HashParams class abstract

A class that holds the parameters for configuring a hashing algorithm.

This class is used to customize the behavior of a hashing algorithm by providing control over key parameters such as parallelism, memory usage, iteration count, and the length of the resulting hash.

These parameters are particularly useful when working with algorithms like Argon2id, which can be adjusted for performance and security needs.

Implementers

Constructors

HashParams()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

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