diff --git a/README.rst b/README.rst index 5217556..c5ce704 100644 --- a/README.rst +++ b/README.rst @@ -24,8 +24,8 @@ This repository contains: This plugin does **not** implement cryptography itself. All cryptographic logic remains in ``ccc_rust``. -Using FFI instead of platform channels allows Flutter to call hardware‑grade, -memory‑safe Rust cryptography directly, delivering native performance, +Using FFI instead of platform channels allows Flutter to call hardware-grade, +memory-safe Rust cryptography directly, delivering native performance, lower overhead, and stronger security isolation without reimplementing crypto in Dart.