compress abstract method

void compress(
  1. Uint8List block,
  2. int offset
)

Compresses the 64 bytes at block[offset..offset+64) into the state.

Implementation

void compress(Uint8List block, int offset);