sha1 function

String sha1(
  1. Uint8List bytes
)

Implementation

String sha1(Uint8List bytes) {
  return std_std.sha1(bytes);
}