SH1State constructor

SH1State({
  1. required List<int> buffer,
  2. required int length,
  3. required List<int> state,
})

Implementation

SH1State({required this.buffer, required this.length, required this.state});