sha384 method

Future<Uint8List> sha384(
  1. Uint8List data
)

Implementation

Future<Uint8List> sha384(Uint8List data) => digest('SHA-384', data);