Blake2b class

Class for getting blake2b hex.

Constructors

Blake2b({int digestSize = 32, String personalization = ''})

Properties

blake2bDigest ↔ Blake2bDigest
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

defaultUpdate(Uint8List hash) → dynamic
doFinal() → dynamic
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
update(Uint8List hash, int offset, int length) → dynamic

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

getBlake2bHash(Uint8List input, {int size = 32, String personalization = ''}) Uint8List