sha256 function

String sha256(
  1. Uint8List bytes
)

Implementation

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