HKDF class
A Dart implementation of the HKDF (HMAC-based Key Derivation Function) as defined in RFC 5869. This class supports both the extract and expand phases.
Constructors
Properties
Methods
-
clean(
) → void -
derive(
{List< int> info = const []}) → List<int> - Derives the final output keying material (OKM) using HKDF-Expand
-
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