From 0cfdf5c7c4d6bcd5fe9315fb96b97ce931d3705b Mon Sep 17 00:00:00 2001 From: nomnombtc Date: Wed, 6 Aug 2025 09:29:07 +0700 Subject: python/python3-mnemonic: Added (reference implementation of BIP-0039). Signed-off-by: Willy Sudiarto Raharjo --- python/python3-mnemonic/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 python/python3-mnemonic/README (limited to 'python/python3-mnemonic/README') diff --git a/python/python3-mnemonic/README b/python/python3-mnemonic/README new file mode 100644 index 0000000000..81e6fdc5ba --- /dev/null +++ b/python/python3-mnemonic/README @@ -0,0 +1,10 @@ +Reference implementation of BIP-0039: Mnemonic code for generating +deterministic keys. + +This BIP describes the implementation of a mnemonic code or mnemonic +sentence – a group of easy to remember words – for the generation +of deterministic wallets. + +It consists of two parts: generating the mnenomic, and converting +it into a binary seed. This seed can be later used to generate +deterministic wallets using BIP-0032 or similar methods. -- cgit v1.2.3