Uint8List blake3Hash(Uint8List input) { final hasher = Blake3Hasher(32); return hasher.hash(input); }