Future<Uint8List> hashForSignature(dynamic prepped) async { final hash = await sha256(prepped); return hash.asUint8List(); }