Blake2bState constructor
Blake2bState({})
Creates a new instance of the Blake2bState class with the provided values.
Implementation
Blake2bState({
required this.state,
required this.buffer,
required this.bufferLength,
required this.ctr,
required this.flag,
required this.lastNode,
this.paddedKey,
required this.initialState,
});