Future<Uint8List> digestBytes(String algorithm, Uint8List data) { return createPlatformCrypto().digest(algorithm, data); }