From 8ca121b91043d70b4fb373cc0ad1b52ed48b9569 Mon Sep 17 00:00:00 2001 From: JohnE Date: Tue, 3 Mar 2026 10:02:16 -0800 Subject: [PATCH] MOD: readme cleanup --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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.