MOD: readme cleanup

This commit is contained in:
JohnE 2026-03-03 10:02:16 -08:00
parent 045370c46a
commit 8ca121b910
1 changed files with 2 additions and 2 deletions

View File

@ -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 hardwaregrade,
memorysafe 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.