Daniel Cousens
|
5a175c1e67
|
Merge pull request #33 from blocktrail/checksum-padding-fix
fix issue with 11 bit padding messing up checksum check.
|
2016-10-05 23:13:24 +11:00 |
Ruben de Vries
|
952d41527e
|
fix issue with 11 bit padding messing up checksum check.
|
2016-10-05 13:14:02 +02:00 |
Daniel Cousens
|
3f5feb4089
|
Merge pull request #30 from bitcoinjs/dcousens-patch-1
travis: more versions
|
2016-06-22 12:36:24 +10:00 |
Daniel Cousens
|
d4a756be2b
|
travis: more versions
|
2016-06-22 08:20:53 +10:00 |
Daniel Cousens
|
e2641c608b
|
Merge pull request #25 from dabura667/warnreadme
Add checksum warning to readme
|
2015-10-13 10:35:39 +11:00 |
dabura667
|
b97c718164
|
unbold
|
2015-10-04 00:44:49 +09:00 |
dabura667
|
52e5a218e4
|
Add checksum warning to readme
|
2015-10-03 19:01:47 +09:00 |
Daniel Cousens
|
b7d3901adc
|
unorm in the same place
|
2015-10-02 00:35:19 +10:00 |
Daniel Cousens
|
889f233bdd
|
adhere to standard
|
2015-10-02 00:30:01 +10:00 |
Daniel Cousens
|
967512dc25
|
move unorm comments to import
|
2015-10-02 00:28:57 +10:00 |
Daniel Cousens
|
9218ab463c
|
Merge pull request #24 from dabura667/add-ja-wordlist
Add Japanese
|
2015-10-02 00:25:49 +10:00 |
dabura667
|
6514707eac
|
need to normalize mnemonics too
|
2015-09-28 23:00:57 +09:00 |
dabura667
|
638a78c681
|
Join Japanese phrases using ideographic spaces
as per BIP39 mentions
|
2015-09-28 22:52:18 +09:00 |
dabura667
|
1279a28af1
|
Include Japanese wordlist tests
|
2015-09-28 22:35:33 +09:00 |
dabura667
|
89eef1775b
|
Add Japanese test vectors
|
2015-09-28 22:20:41 +09:00 |
dabura667
|
54cb2370fd
|
Expose Japanese wordlist for use
|
2015-09-28 22:11:50 +09:00 |
dabura667
|
99e8cfcdbe
|
Add ja.json with Japanese wordlist
|
2015-09-28 22:09:21 +09:00 |
Daniel Cousens
|
79f873b7ad
|
2.2.0
|
2015-08-17 10:39:39 +10:00 |
Daniel Cousens
|
389366b300
|
README: update travis url
|
2015-08-17 10:38:21 +10:00 |
Daniel Cousens
|
f263412660
|
add test for wordlists
|
2015-08-17 10:37:02 +10:00 |
Daniel Cousens
|
da68d394f3
|
Merge pull request #22 from bitcoinjs/alt17
add alternative to #17
|
2015-08-17 10:32:48 +10:00 |
Daniel Cousens
|
132ba11c72
|
expose EN wordlist, resolves #17
|
2015-08-17 10:29:04 +10:00 |
Daniel Cousens
|
b908620fea
|
README: add npm badge
|
2015-04-09 12:18:46 +10:00 |
Wei Lu
|
d063b166a8
|
Merge pull request #19 from hankhero/master
Fix failing example in README and made testcase for samples in readme
|
2015-04-08 22:50:11 +08:00 |
Wei Lu
|
3beea7b121
|
bump version
|
2015-04-08 22:34:48 +08:00 |
Wei Lu
|
0152f89ea5
|
Merge pull request #20 from weilu/packdirect
Use browserify packages directly
|
2015-04-08 10:32:17 +08:00 |
Daniel Cousens
|
1e2eb62cff
|
adds test for randombytes
|
2015-04-08 12:26:14 +10:00 |
Daniel Cousens
|
d99ec8630f
|
index: use utf8 explicitly
|
2015-03-27 14:42:47 +11:00 |
Wei Lu
|
38d1ae21c2
|
remove sinon as a dev dependency
|
2015-03-18 23:50:05 +08:00 |
Daniel Cousens
|
ff287164d1
|
index: use createHash/pbkdf2 directly
|
2015-03-18 19:23:26 +11:00 |
Daniel Cousens
|
1fc0b204ac
|
bip39: use randombytes package
|
2015-03-17 15:53:12 +11:00 |
Daniel Cousens
|
1eade4d465
|
tests: use camelCase always
|
2015-03-17 15:11:36 +11:00 |
Daniel Cousens
|
6974208f6b
|
package: remove testling
|
2015-03-17 15:00:53 +11:00 |
Daniel Cousens
|
ab566ae1bf
|
package: latest devDependencies
|
2015-01-09 14:11:12 +11:00 |
Daniel Cousens
|
02b7875388
|
package: use pbkdf2-compat ^2.0.1
|
2015-01-09 14:11:12 +11:00 |
Henrik Hjelte
|
2c962e7735
|
add testcases mimicing the examples in README
|
2014-12-09 20:23:15 +01:00 |
Henrik Hjelte
|
7c720e2b53
|
fix example in README
First example failed with AssertionError: Invalid mnemonic
|
2014-12-09 20:21:28 +01:00 |
Wei Lu
|
c6bf0495cb
|
Merge pull request #18 from weilu/bip39
Use bip39 over BIP39
|
2014-11-23 10:43:00 +08:00 |
Daniel Cousens
|
8a2d98f363
|
use bip39 over BIP39
|
2014-11-23 13:41:12 +11:00 |
Wei Lu
|
6946ff08ca
|
Test for already normalized password
|
2014-09-28 19:56:36 +08:00 |
Wei Lu
|
69c0e2b665
|
bump version
|
2014-09-28 15:14:49 +08:00 |
Wei Lu
|
84dca8ccf6
|
Revert "package: specify reliance on latest browserify"
This reverts commit 3168f1e3ca .
|
2014-09-28 15:08:41 +08:00 |
Wei Lu
|
03df78070f
|
add travis
|
2014-09-28 15:06:29 +08:00 |
Wei Lu
|
3491c3d13e
|
fix string uniform test
[#15]
|
2014-09-28 15:01:22 +08:00 |
Wei Lu
|
7c7815b960
|
use unorm for string normalization
[#15]
|
2014-09-28 15:01:22 +08:00 |
Wei Lu
|
10b30d9042
|
Merge pull request #15 from iancoleman/utf8_passwords
Utf8 passwords
|
2014-09-28 14:45:43 +08:00 |
Ian Coleman
|
232945faa2
|
UTF8 passwords work.
The test suite 'browser' does not support string normalization, so the
normalized string has been included in the tests manually.
|
2014-09-28 02:15:26 +10:00 |
Ian Coleman
|
dca4f3f5d1
|
UTF8 passwords test
|
2014-09-28 02:08:00 +10:00 |
Daniel Cousens
|
adccfe8cbd
|
package: use pbkdf2-compat 2.0.1
|
2014-09-25 12:35:17 +10:00 |
Daniel Cousens
|
3168f1e3ca
|
package: specify reliance on latest browserify
|
2014-09-25 12:29:19 +10:00 |