1
0
mirror of https://github.com/bitcoin/bips.git synced 2024-11-19 09:50:06 +01:00
Commit Graph

19 Commits

Author SHA1 Message Date
Luke-Jr
eb2e7c2314 Merge pull request #309 from dcousens/patch-3
Add BIP38 Javascript implementation
2016-02-24 20:35:34 +00:00
Luke Dashjr
4edd6d2bad Lots of formatting fixes 2016-02-03 07:02:36 +00:00
Daniel Cousens
c7cc74d523 Add BIP38 Javascript implementation 2016-01-29 11:16:44 +11:00
Wladimir J. van der Laan
666bbf3c4a Merge pull request #72 from ricmoo/patch-1
BIP 38 - Clarify AES parameters passed in
2014-10-15 10:26:58 +02:00
wozz
1064fbc9e1 Move Test 3 to the correct location.
The encrypted key for unicode test should be in the section for No compression, no EC multiply.
2014-07-01 06:47:34 -04:00
Wladimir J. van der Laan
b4fe2d5650 Merge pull request #78 from voisine/patch-1
unicode normalization of password
2014-06-26 22:15:48 +02:00
Wladimir J. van der Laan
27bfe7f28e Merge pull request #29 from MidnightLightning/patch-1
Update bip-0038.mediawiki
2014-06-26 22:15:03 +02:00
Aaron Voisine
989916fa2f unicode normalization of password
Added instructions for unicode normalization of password
2014-06-26 10:34:26 -07:00
Richard Moore
e33c834cf5 Clarify AES parameters passed in
There was some slight ambiguity in which items passed into AESEncrypt was the key and which was the block.
2014-06-09 14:19:44 -04:00
Telepatheic
bd34818589 Small typo 2014-05-01 21:33:07 +01:00
Aaron Voisine
4058075acd steps to recalculate address from confirmation code
also fixed some typos
2014-04-16 15:11:54 -07:00
Brooks Boyd
d69abd64e1 Attempt to put the actual characters in the source file 2014-04-15 16:46:51 -05:00
Brooks Boyd
ab85705d40 Add normalization note on test case 2014-04-15 16:40:47 -05:00
Brooks Boyd
a0d6bb3433 Add test case for UTF8 NFC normalization 2014-04-15 16:31:01 -05:00
MidnightLightning
4a85b38916 Update bip-0038.mediawiki
Fix some erroneous statements in the description of the math used for encryption/decryption of EC-Multiplied keys/addresses
2014-04-15 16:26:50 -05:00
Aaron Voisine
86c90a9e79 Update bip-0038.mediawiki
Updated Authors
2014-04-13 00:26:19 -07:00
Aaron Voisine
e4556021db Update bip-0038.mediawiki
fixed some typos that made the spec inconsistent and confusing to implement
2014-04-12 00:07:46 -07:00
Wladimir J. van der Laan
1647c7e6d3 Change date format to ISO 8601
This came up on the mailing list.

yyyy-mm-dd (ISO 8601) is the internationally accepted format for numeric
dates. This commit changes all BIPs to use that instead of dd-mm-yyyy.
It also updates BIP 0001 to prescribe the new format.
2014-04-05 13:46:56 +02:00
Wladimir J. van der Laan
640b4f29fd Add BIP 0038 2013-11-19 18:54:36 +01:00