From e8a67ead35d6c3315f0e9aa77216e1ab13cff755 Mon Sep 17 00:00:00 2001 From: christianlundkvist Date: Wed, 2 Jul 2014 20:58:05 -0400 Subject: [PATCH] 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==