$update abstract method

void $update(
  1. List<int> block, [
  2. int offset = 0,
  3. bool last = false
])

Internal method to update the message-digest with a single block.

The method starts reading the block from offset index

Implementation

void $update(List<int> block, [int offset = 0, bool last = false]);