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.