diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-02 07:55:05 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2014-07-02 07:55:05 +0200 |
commit | 92819e0df3145dc8080c6f526110d321c33f6afd (patch) | |
tree | f6eb089f6150f01aeb4ea9f9dee7ea9ca292fdba | |
parent | b4fe2d5650d9979408eaba2a41441e55c693b6e6 (diff) | |
parent | 1064fbc9e10eba3391340b41b2d488f71c052012 (diff) |
Merge pull request #80 from wozz/patch-1
Move Test 3 to the correct location.
-rw-r--r-- | bip-0038.mediawiki | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/bip-0038.mediawiki b/bip-0038.mediawiki index e48a085..949220b 100644 --- a/bip-0038.mediawiki +++ b/bip-0038.mediawiki @@ -226,6 +226,13 @@ Test 2: *Unencrypted (WIF): 5HtasZ6ofTHP6HCwTqTkLDuLQisYPah7aUnSKfC7h4hMUVw2gi5 *Unencrypted (hex): 09C2686880095B1A4C249EE3AC4EEA8A014F11E6F986D0B5025AC1F39AFBD9AE +Test 3: +*Passphrase ϓ␀𐐀💩 (<tt>\u03D2\u0301\u0000\U00010400\U0001F4A9</tt>; [http://codepoints.net/U+03D2 GREEK UPSILON WITH HOOK], [http://codepoints.net/U+0301 COMBINING ACUTE ACCENT], [http://codepoints.net/U+0000 NULL], [http://codepoints.net/U+10400 DESERET CAPITAL LETTER LONG I], [http://codepoints.net/U+1F4A9 PILE OF POO]) +*Encrypted key: 6PRW5o9FLp4gJDDVqJQKJFTpMvdsSGJxMYHtHaQBF3ooa8mwD69bapcDQn +*Bitcoin Address: 16ktGzmfrurhbhi6JGqsMWf7TyqK9HNAeF +*Unencrypted private key (WIF): 5Jajm8eQ22H3pGWLEVCXyvND8dQZhiQhoLJNKjYXk9roUFTMSZ4 +* ''Note:'' The non-standard UTF-8 characters in this passphrase should be NFC normalized to result in a passphrase of <tt>0xcf9300f0909080f09f92a9</tt> before further processing + ===Compression, no EC multiply=== Test 1: @@ -258,13 +265,6 @@ Test 2: *Unencrypted private key (WIF): 5KJ51SgxWaAYR13zd9ReMhJpwrcX47xTJh2D3fGPG9CM8vkv5sH *Unencrypted private key (hex): C2C8036DF268F498099350718C4A3EF3984D2BE84618C2650F5171DCC5EB660A -Test 3: -*Passphrase ϓ␀𐐀💩 (<tt>\u03D2\u0301\u0000\U00010400\U0001F4A9</tt>; [http://codepoints.net/U+03D2 GREEK UPSILON WITH HOOK], [http://codepoints.net/U+0301 COMBINING ACUTE ACCENT], [http://codepoints.net/U+0000 NULL], [http://codepoints.net/U+10400 DESERET CAPITAL LETTER LONG I], [http://codepoints.net/U+1F4A9 PILE OF POO]) -*Encrypted key: 6PRW5o9FLp4gJDDVqJQKJFTpMvdsSGJxMYHtHaQBF3ooa8mwD69bapcDQn -*Bitcoin Address: 16ktGzmfrurhbhi6JGqsMWf7TyqK9HNAeF -*Unencrypted private key (WIF): 5Jajm8eQ22H3pGWLEVCXyvND8dQZhiQhoLJNKjYXk9roUFTMSZ4 -* ''Note:'' The non-standard UTF-8 characters in this passphrase should be NFC normalized to result in a passphrase of <tt>0xcf9300f0909080f09f92a9</tt> before further processing - ===EC multiply, no compression, lot/sequence numbers=== Test 1: |