From f434f17022b4761a9d364c4df24a54d18f8eae8a Mon Sep 17 00:00:00 2001 From: "dobby-yivi-agent[bot]" <275734547+dobby-yivi-agent[bot]@users.noreply.github.com> Date: Wed, 6 May 2026 14:21:20 +0000 Subject: [PATCH] docs: drop AI-slop wording from README Removes 'ecosystem' (overstretched metaphor) in two places. The license paragraph also dropped a throat-clearing meta-sentence. Refs encryption4all/dobby#44 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 455d469..52cf561 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Pure Rust implementations of identity-based signature (IBS) algorithms. Currently implements the Galindo-Garcia scheme on Curve25519. -In the PostGuard ecosystem, this crate is used by `pg-core` to produce sender signatures so recipients can verify who encrypted a message. +Within PostGuard, this crate is used by `pg-core` to produce sender signatures so recipients can verify who encrypted a message. ### Supported schemes @@ -43,4 +43,4 @@ New versions are published manually to [crates.io](https://crates.io/crates/ibs) ## License -Dual-licensed at your option under either [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE). This is the standard Rust ecosystem licensing arrangement and is declared as `license = "MIT OR Apache-2.0"` in `Cargo.toml`. +Dual-licensed at your option under either [MIT](LICENSE-MIT) or [Apache-2.0](LICENSE-APACHE). Declared in `Cargo.toml` as `license = "MIT OR Apache-2.0"`.