64 Commits (ba096d6a80b5e7145840167619fb24dd41749439)

Author SHA1 Message Date
junderw ba096d6a80 Add Async method for converting to seed. 6 years ago
junderw 9689c72b4d add korean 7 years ago
Daniel Cousens 5883176c2f Buffer as the default case, non-breaking change 7 years ago
Kirill Fomichev b2408f0c16 Add chinese wordlists 7 years ago
Daniel Cousens 2efba14c03 use safe-buffer 8 years ago
Daniel Cousens c1e80936ac check entropyBytes for ENT constraints, for readability 8 years ago
Daniel Cousens e908612959 consistent checksumBits naming 8 years ago
Daniel Cousens bb6bd4c492 TypeErrors for entropy length 8 years ago
Daniel Cousens 3854893382 remove double iteration of words 8 years ago
Daniel Cousens dcf3c1be98 remove inline use of parseInt 8 years ago
Daniel Cousens 5bf0b641d4 enforce 128-256 size ENT, multiple of 4 8 years ago
Daniel Cousens f55f62f1a5 move helper function definitions before usage 8 years ago
Kirill Fomichev 26b9edee79 Add wordlists: french, italian, spanish 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 60dd3ee035 switch to tape for testing 8 years ago
Daniel Cousens 53cd6f0058 remove use of assert 8 years ago
Daniel Cousens c53b825116 standard: use === over == 8 years ago
Daniel Cousens 3d9d09d27a use standard 8 years ago
Ruben de Vries 952d41527e fix issue with 11 bit padding messing up checksum check. 8 years ago
Daniel Cousens b7d3901adc unorm in the same place 9 years ago
Daniel Cousens 889f233bdd adhere to standard 9 years ago
Daniel Cousens 967512dc25 move unorm comments to import 9 years ago
dabura667 6514707eac need to normalize mnemonics too 9 years ago
dabura667 638a78c681 Join Japanese phrases using ideographic spaces 9 years ago
dabura667 54cb2370fd Expose Japanese wordlist for use 9 years ago
Daniel Cousens 132ba11c72 expose EN wordlist, resolves #17 9 years ago
Daniel Cousens d99ec8630f index: use utf8 explicitly 10 years ago
Daniel Cousens ff287164d1 index: use createHash/pbkdf2 directly 10 years ago
Daniel Cousens 1fc0b204ac bip39: use randombytes package 10 years ago
Wei Lu 7c7815b960 use unorm for string normalization 10 years ago
Ian Coleman 232945faa2 UTF8 passwords work. 10 years ago
Daniel Cousens d433b12495 package: upgrade pbkdf2-compat to 2.0.0 10 years ago
Daniel Cousens 98ff2ac316 index: use pbkdf2-compat instead of cryptojs 10 years ago
Wei Lu ec3f4e16b2 Replace secure-random with 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
Wei Lu b0b0a5d5b2 remove unnecessary argument 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 4ddf561dd0 index: use consistent slicing method 10 years ago
Daniel Cousens b41eefd395 index: clarify BIP39 compliance 10 years ago
Daniel Cousens 1f6915bd01 index: avoid overwrite, use words variable 10 years ago
Daniel Cousens 3552491505 all: consistent import order 10 years ago
Daniel Cousens 6488b6362e index: use every not reduce 10 years ago
Daniel Cousens f3b4f8cc35 index: move export to bottom 10 years ago