Blake2b class

Constructors

Blake2b()

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

Static Methods

digest(int digestSize, List<Uint8List> byteArrays) Uint8List
digest256(List<Uint8List> bytes) Uint8List

Constants

DIGEST_256 → const int