README: Clarify the use of the agent
This commit is contained in:
parent
298f9a1e26
commit
754fdc10e5
|
@ -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
|
of cryptographic keys offline and on smartcards from a shared bip39 mnemonic
|
||||||
phrase.
|
phrase.
|
||||||
|
|
||||||
This toolchain uses entropy generated from an agent controlling a bip32 seed
|
This toolchain uses a bip32 seed loaded into an agent to generate deterministic
|
||||||
to generate keypairs, ensuring the keys are deterministic and contextually
|
and unique keypairs. This ensures only the agent has control over the mnemonic
|
||||||
unique.
|
itself, and other components can simply request deterministic data.
|
||||||
|
|
||||||
Note: The following document is all proposed, and not yet implemented.
|
Note: The following document is all proposed, and not yet implemented.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue