aboutsummaryrefslogtreecommitdiff
path: root/python/python3-mnemonic/README
diff options
context:
space:
mode:
authornomnombtc <nomnombtc@arcor.de>2025-08-06 09:29:07 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2025-08-07 07:03:59 +0700
commit0cfdf5c7c4d6bcd5fe9315fb96b97ce931d3705b (patch)
tree86dde2068c8e7f4630892fd2e864f13fd70357dc /python/python3-mnemonic/README
parent7cb51c401ce2968dddff397e7839e83d009a3583 (diff)
python/python3-mnemonic: Added (reference implementation of BIP-0039).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-mnemonic/README')
-rw-r--r--python/python3-mnemonic/README10
1 files changed, 10 insertions, 0 deletions
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.