Parse the hash using standard Base-64 codec
Uint8List? hashBytes() => hash == null ? null : fromBase64(hash!, padding: false);