Computes the cryptographic hash (digest) of the given binary data.
data: The input binary data to hash (Uint8List)
data
Returns: Fixed-size digest/hash value as Uint8List
Uint8List digest(Uint8List data);