From 754fdc10e52ea2b1cbc108a5892397b5683f05c3 Mon Sep 17 00:00:00 2001 From: ryan Date: Wed, 16 Aug 2023 05:45:40 -0500 Subject: [PATCH] README: Clarify the use of the agent --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 27a58b4..b2e5062 100644 --- a/README.md +++ b/README.md @@ -4,9 +4,9 @@ An opinionated and modular toolchain for generating and managing a wide range of cryptographic keys offline and on smartcards from a shared bip39 mnemonic phrase. -This toolchain uses entropy generated from an agent controlling a bip32 seed -to generate keypairs, ensuring the keys are deterministic and contextually -unique. +This toolchain uses a bip32 seed loaded into an agent to generate deterministic +and unique keypairs. This ensures only the agent has control over the mnemonic +itself, and other components can simply request deterministic data. Note: The following document is all proposed, and not yet implemented.