sha512 method

Future<Uint8List> sha512(
  1. Uint8List data
)

Implementation

Future<Uint8List> sha512(Uint8List data) => digest('SHA-512', data);