sha512 function

String sha512(
  1. Uint8List bytes
)

Implementation

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