ComputeSHA1 abstract method

Uint8List ComputeSHA1(
  1. Uint8List data
)

Compute SHA1 hash code

Implementation

Uint8List ComputeSHA1(
  Uint8List data,
);