53 Commits (junderw-patch-1)

Author SHA1 Message Date
junderw 4acb7127f7
Remove hex functions and make async default 6 years ago
junderw 6194c3f3ff
Add tests and getDefaultWordlist 6 years ago
d-yokoi 9f805dfd82
prefer const in README examples 6 years ago
d-yokoi 0bc19393b0
prefer simpler module path 6 years ago
d-yokoi 464984682f
fix unit test 6 years ago
junderw ba096d6a80 Add Async method for converting to seed. 6 years ago
junderw 250e3e3a07 Fix npm audit errors and deprecation warning. 6 years ago
Daniel Cousens 0a866da1aa tests: missing safe-buffer 8 years ago
Daniel Cousens 2efba14c03 use safe-buffer 8 years ago
Daniel Cousens bb6bd4c492 TypeErrors for entropy length 8 years ago
Daniel Cousens 5bf0b641d4 enforce 128-256 size ENT, multiple of 4 8 years ago
Daniel Cousens 950ce92367 README/tests: isolate README tests to new file 8 years ago
Daniel Cousens 6a8d7c95dc tests: show mnemonic in test desc. 8 years ago
Daniel Cousens ed79ca8c29 tests: add missing Error prefix 8 years ago
Kirill Fomichev ba6efa59a0 Add download/verify script 8 years ago
Kirill Fomichev 12ec50c0bc Rename wordlist 8 years ago
Ruben de Vries 2a5f482d7f assert that length of entropy is a multitude of 4. 8 years ago
Ruben de Vries 922135a6a2 Revert "fix issue with 11 bit padding messing up checksum check." 8 years ago
Daniel Cousens 8eab54a87e tests: fix bad mnemonic vector 8 years ago
Daniel Cousens 01df8f030e tests: fix total test plan count 8 years ago
Daniel Cousens 60dd3ee035 switch to tape for testing 8 years ago
Daniel Cousens 5897d39771 package/tests: use proxyquire instead 8 years ago
Ruben de Vries 952d41527e fix issue with 11 bit padding messing up checksum check. 8 years ago
Daniel Cousens 889f233bdd adhere to standard 9 years ago
dabura667 1279a28af1 Include Japanese wordlist tests 9 years ago
dabura667 89eef1775b Add Japanese test vectors 9 years ago
Daniel Cousens f263412660 add test for wordlists 9 years ago
Daniel Cousens 1e2eb62cff adds test for randombytes 10 years ago
Daniel Cousens 1fc0b204ac bip39: use randombytes package 10 years ago
Daniel Cousens 1eade4d465 tests: use camelCase always 10 years ago
Henrik Hjelte 2c962e7735 add testcases mimicing the examples in README 10 years ago
Wei Lu 6946ff08ca Test for already normalized password 10 years ago
Wei Lu 3491c3d13e fix string uniform test 10 years ago
Ian Coleman 232945faa2 UTF8 passwords work. 10 years ago
Ian Coleman dca4f3f5d1 UTF8 passwords test 10 years ago
Daniel Cousens 65d54896c5 tests: add verification of use of crypto.randomBytes 10 years ago
Daniel Cousens 40737046ab index: add mnemonicToEntropy backwards function 10 years ago
Daniel Cousens 8272cb62f6 index: rename mnemonicToSeed to mnemonicToSeedHex 10 years ago
Daniel Cousens 713e5c107d index: avoid BIP39 instantiation 10 years ago
Daniel Cousens fda008ad25 index: rename validate to validateMnemonic 10 years ago
Daniel Cousens 8e6380367d BIP39: allow for custom wordlists 10 years ago
Daniel Cousens 99981a1de6 index: default to randomBuffer 10 years ago
Daniel Cousens e569aeb6d7 index: use secureRandom and add missing tests 10 years ago
Daniel Cousens 8408ed79d7 tests: code formatting 10 years ago
Daniel Cousens 0edcdaaae6 tests: fix wrong file path 10 years ago
Daniel Cousens 3552491505 all: consistent import order 10 years ago
Wei Lu e625e4defc add mnemonic validate method 11 years ago
Wei Lu 068f6d9912 implement entropyToMnemonic 11 years ago
Wei Lu caa9922dc8 add English wordlist and constructor 11 years ago
Wei Lu 098ff3e4f7 one vector per test 11 years ago