update abstract method

void update(
  1. Uint8List inp,
  2. int inpOff,
  3. int len
)

Add len bytes of data contained in inp, starting at position inpOff ti the digested input.

Implementation

void update(Uint8List inp, int inpOff, int len);