diff options
author | Reedych <reedych@reedych.pw> | 2016-11-02 20:50:07 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-11-02 22:38:02 +0700 |
commit | 264941b6473677f351a4d92177ae906a0481700e (patch) | |
tree | bdb40ed3e6ccacf16695ccd72478b65209fbdfc7 /python/mnemonic/README | |
parent | 8fb74869dccbfe9d88fd7e0f552ca1ed52c40a55 (diff) | |
download | slackbuilds-264941b6473677f351a4d92177ae906a0481700e.tar.gz |
python/mnemonic: Added (reference implementation of BIP-0039).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/mnemonic/README')
-rw-r--r-- | python/mnemonic/README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/mnemonic/README b/python/mnemonic/README new file mode 100644 index 0000000000..420a4a3983 --- /dev/null +++ b/python/mnemonic/README @@ -0,0 +1 @@ +Reference implementation of BIP-0039: Mnemonic code for generating deterministic keys |