Creates a Sha1 hash from bytes data
bytes
Sha1 computeSha1Hash(Uint8List bytes) => Sha1(sha1.convert(bytes).toString());