hash static method

Uint8List hash(
  1. Uint8List value
)
override

Computes a hash for given value.

Implementation

static Uint8List hash(Uint8List value) => Sodium.cryptoHash(value);