sha1 method

Future<Uint8List> sha1(
  1. Uint8List data
)

Implementation

Future<Uint8List> sha1(Uint8List data) => digest('SHA-1', data);