Blake2b class

Blake2b

Constructors

Blake2b(int digestSize)
Blake2b.blake2b(Uint8List? key, int digestSize, Uint8List? salt, Uint8List? personalization)

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

blake2b(Uint8List key, int digestSize, Uint8List salt, Uint8List personalization) → dynamic
blake2bWithKey(Uint8List key) → dynamic
clearKey() → void
clearSalt() → void
digest(Uint8List out, int outOffset) Uint8List
init() → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
reset() → void
toString() String
A string representation of this object.
inherited
update(Uint8List message, int offset, int len) → void
update0(int b) → void

Operators

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