From 2402e67d8b003353543b3d735196326799072363 Mon Sep 17 00:00:00 2001 From: jurov Date: Thu, 21 Aug 2014 23:18:05 +0200 Subject: [PATCH 1/3] Passphrase for test vectors + haskell implementation --- bip-0039.mediawiki | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index eb60fffd..c849d93a 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -115,7 +115,8 @@ will make the desired wallet available. ==Test vectors== -See https://github.com/trezor/python-mnemonic/blob/master/vectors.json +These vectors use "TREZOR" string as passphrase - see +https://github.com/trezor/python-mnemonic/blob/master/vectors.json ==Reference Implementation== @@ -127,3 +128,5 @@ http://github.com/trezor/python-mnemonic Objective-C - https://github.com/nybex/NYMnemonic +Haskell - https://github.com/haskoin/haskoin + From 8d90ebe9dbbda967e9e973ac7376c3cff4d10f42 Mon Sep 17 00:00:00 2001 From: jurov Date: Mon, 1 Sep 2014 22:36:16 +0200 Subject: [PATCH 2/3] Reverted test vectors passphrase info. There's pull request for it already. --- bip-0039.mediawiki | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index c849d93a..2658685d 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -115,8 +115,7 @@ will make the desired wallet available. ==Test vectors== -These vectors use "TREZOR" string as passphrase - see -https://github.com/trezor/python-mnemonic/blob/master/vectors.json +See https://github.com/trezor/python-mnemonic/blob/master/vectors.json ==Reference Implementation== From 3675b3aa02e87dbcb2f25ec81bd57368ae1836a1 Mon Sep 17 00:00:00 2001 From: jurov Date: Mon, 1 Sep 2014 22:37:06 +0200 Subject: [PATCH 3/3] Removed spurious space. --- bip-0039.mediawiki | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bip-0039.mediawiki b/bip-0039.mediawiki index 2658685d..b0642e8a 100644 --- a/bip-0039.mediawiki +++ b/bip-0039.mediawiki @@ -115,7 +115,7 @@ will make the desired wallet available. ==Test vectors== -See https://github.com/trezor/python-mnemonic/blob/master/vectors.json +See https://github.com/trezor/python-mnemonic/blob/master/vectors.json ==Reference Implementation==