53 Commits (6a8d7c95dcf512cd050b5232d2bb9ff9d5a092f3)

Author SHA1 Message Date
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
Daniel Cousens dc4e1ffa33 index: consisent code formatting 10 years ago
Wei Lu 2200a6ac16 Refactor validate to use crypto and buffer 11 years ago
Wei Lu 2b9402f302 Crypto -> CryptoJS 11 years ago
Wei Lu 9593d0b287 Refactor entropyToMnemonic to use buffer and crypto 11 years ago
Wei Lu e625e4defc add mnemonic validate method 11 years ago
Wei Lu 893ee6532a make it browserify friendly 11 years ago
Wei Lu d026bbe2ef add generateMnemonic 11 years ago
Wei Lu 14a57f7d21 use absolute path 11 years ago
Wei Lu a744fcccd7 use require-folder + folderify instead of require-json-tree 11 years ago
Wei Lu 6fd8698af2 make bip39 play nice with browserify 11 years ago
Wei Lu 068f6d9912 implement entropyToMnemonic 11 years ago