sha512Sync method

Uint8List sha512Sync(
  1. Uint8List data
)

Implementation

Uint8List sha512Sync(Uint8List data) => digestSync('SHA-512', data);