sha256 abstract method

Future<Uint8List> sha256(
  1. Uint8List data
)

Implementation

Future<Uint8List> sha256(Uint8List data);