Returns MD5 hash
String md5(Uint8List bytes) { var digest = crypto_crypto.md5.convert(bytes); return digest.toString(); }