forked from trezor/python-mnemonic
-
Notifications
You must be signed in to change notification settings - Fork 0
Mnemonic code for generating deterministic keys, BIP39
License
periodic1236/python-mnemonic
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
<pre>
BIP: BIP-0039
Title: Mnemonic code for generating deterministic keys
Authors: Marek Palatinus <slush@satoshilabs.com>
Pavol Rusnak <stick@satoshilabs.com>
ThomasV <thomasv@bitcointalk.org>
Aaron Voisine <voisine@gmail.com>
Sean Bowe <ewillbefull@gmail.com>
Status: Draft
Type: Standards Track
Created: 10-09-2013
</pre>
==Abstract==
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.
==BIP paper==
See https://github.com/bitcoin/bips/blob/master/bip-0039.mediawiki for full
specification
==Reference Implementation==
Reference implementation including wordlists is available from
http://github.com/trezor/python-mnemonic
About
Mnemonic code for generating deterministic keys, BIP39
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published
Languages
- Python 100.0%