Get the SHA-256 digest of data.
data
data is the input binary data to hash.
Returns the 32-byte digest value as Uint8List.
static Uint8List digest(Uint8List data) { return digester!.digest(data); }