sha256Hash function

Uint8List sha256Hash(
  1. Uint8List msg
)

Implementation

Uint8List sha256Hash(Uint8List msg) => _singleSha256(msg);