From e8a67ead35d6c3315f0e9aa77216e1ab13cff755 Mon Sep 17 00:00:00 2001 From: christianlundkvist Date: Wed, 2 Jul 2014 20:58:05 -0400 Subject: [PATCH 1/3] Add password to test vector section. --- bip-0039.mediawiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 2fd8ad0d..6f7b1500 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -115,7 +115,10 @@ will make the desired wallet available. ==Test vectors== -See https://github.com/trezor/python-mnemonic/blob/master/vectors.json +The test vectors include input entropy, mnemonic and seed. The +passphrase "TREZOR" is used for all vectors. + +https://github.com/trezor/python-mnemonic/blob/master/vectors.json ==Reference Implementation== From 11643a7585504d94996650fb7c390df0f4db4e41 Mon Sep 17 00:00:00 2001 From: christianlundkvist Date: Wed, 2 Jul 2014 21:08:56 -0400 Subject: [PATCH 2/3] Run spell check. --- bip-0039.mediawiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 6f7b1500..dba76a0e 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -16,17 +16,17 @@ 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 +It consists of two parts: generating the mnemonic, and converting it into a binary seed. This seed can be later used to generate deterministic wallets using BIP-0032 or similar methods. ==Motivation== -A mnenomic code or sentence is superior for human interaction compared to the -handling of raw binary or hexidecimal representations of a wallet seed. The +A mnemonic code or sentence is superior for human interaction compared to the +handling of raw binary or hexadecimal representations of a wallet seed. The sentence could be written on paper or spoken over the telephone. -This guide meant to be as a way to transport computer-generated randomnes over +This guide meant to be as a way to transport computer-generated randomness over human readable transcription. It's not a way how to process user-created sentences (also known as brainwallet) to wallet seed. From 6ac80993561f0934d56d21254ca4de354e59b4a5 Mon Sep 17 00:00:00 2001 From: christianlundkvist Date: Wed, 16 Jul 2014 19:51:47 -0400 Subject: [PATCH 3/3] Revert "Run spell check." This reverts commit 11643a7585504d94996650fb7c390df0f4db4e41. --- bip-0039.mediawiki | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index dba76a0e..6f7b1500 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -16,17 +16,17 @@ 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 mnemonic, and converting it into a +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. ==Motivation== -A mnemonic code or sentence is superior for human interaction compared to the -handling of raw binary or hexadecimal representations of a wallet seed. The +A mnenomic code or sentence is superior for human interaction compared to the +handling of raw binary or hexidecimal representations of a wallet seed. The sentence could be written on paper or spoken over the telephone. -This guide meant to be as a way to transport computer-generated randomness over +This guide meant to be as a way to transport computer-generated randomnes over human readable transcription. It's not a way how to process user-created sentences (also known as brainwallet) to wallet seed.