sha256Sync method

Uint8List sha256Sync(
  1. Uint8List data
)

Implementation

Uint8List sha256Sync(Uint8List data) => digestSync('SHA-256', data);