sha384Sync method

Uint8List sha384Sync(
  1. Uint8List data
)

Implementation

Uint8List sha384Sync(Uint8List data) => digestSync('SHA-384', data);