Digest constructor

Digest(
  1. int size,
  2. Uint8List bytes
)

Implementation

Digest(
  this.size,
  this.bytes,
);