23 Commits (110cb86b5ee576917829caa7a5dd116a93a110ad)

Author SHA1 Message Date
Daniel Cousens 307ceb9026 HDNode: use === over == 10 years ago
Daniel Cousens ef1eb04905 HDNode: move var declaration out of branches 11 years ago
Daniel Cousens 35542e115d types: enforce consistent type checking 11 years ago
Daniel Cousens a58088795f HDNode: indicate 2.x.y removal of Buffer interop 11 years ago
Daniel Cousens 6b429493f8 hdnode: add deprecation message for isPrivate 11 years ago
Daniel Cousens 9d92b6a1a8 HDNode: add neuter functionality 11 years ago
Daniel Cousens e69ba7ce76 HDNode: assert chain code length 11 years ago
Daniel Cousens d168bbda43 HDNode: missing space in assertion message 11 years ago
Daniel Cousens 56d9ea6618 HDNode: fix error spelling 11 years ago
Daniel Cousens ddcde038d0 HDNode: enforces sane seed lengths 11 years ago
Daniel Cousens 13c2d377e7 package: use bs58check 11 years ago
Daniel Cousens f42993297c ecurve: upgrade to 0.9.0 11 years ago
Daniel Cousens 4ce9015f3b use ecurve instead of custom ec 11 years ago
Daniel Cousens eb3a6bcb31 all: rename D to d as per SEC convention 11 years ago
Daniel Cousens 28dc390377 EC/Key: use network object consistently 11 years ago
Daniel Cousens d39662e375 Base58check: no longer encodes version separately 11 years ago
Daniel Cousens ee04826464 HDNode: clearer branch comments 11 years ago
Daniel Cousens 56a88b8a70 HDNode: shorten comment for Q validation 11 years ago
Daniel Cousens 22f1dee65b HDNode: remove unnecessary slice operation 11 years ago
Daniel Cousens 15cc03a57f HDNode: removed unused variable 11 years ago
Daniel Cousens 9f798ef2c3 HDWallet: adds missing hd declaration 11 years ago
Daniel Cousens 6a73bc02f5 HDNode: rename priv/pub to privKey/pubKey 11 years ago
Daniel Cousens 64e307b13f HDWallet: rename to HDNode 11 years ago
Daniel Cousens c340f5cf83 HDWallet: now export all information by default 11 years ago
Daniel Cousens 48503f252c HDWallet: move toBase58 11 years ago
Daniel Cousens dca284a131 HDWallet: rename derivePrivate to deriveHardened 11 years ago
Daniel Cousens 91b8833e52 HDWallet: rename local priv to isPrivate 11 years ago
Daniel Cousens 4cec42a8d8 HDWallet: add to/fromHex tests 11 years ago
Daniel Cousens 3f24e87c54 HDWallet: more explicit branch for parentFingerprint 11 years ago
Daniel Cousens e8e862f632 HDWallet: adds PubKey validation 11 years ago
Daniel Cousens 708e27aa2d HDWallet: extract BIP32 params search function 11 years ago
Daniel Cousens 759aeb9abc HDWallet: remove repeated assertion 11 years ago
Daniel Cousens c0006c299f HDWallet: use new constructor 11 years ago
Daniel Cousens ac9e259fcd HDWallet: remove getKeyVersion 11 years ago
Daniel Cousens 02f5fceda7 HDWallet: remove unused imports 11 years ago
Daniel Cousens 80da2ed2d5 HDWallet: add fromBase58 exception checks 11 years ago
Daniel Cousens 4952c5f4e7 HD/Wallet: use network objects, not strings 11 years ago
Kyle Drake 600209b1a6 hdwallet: remove fromHex, add better tests for edge cases 11 years ago
Daniel Cousens 10fe4474d1 ECKey: remove *Buffer/*Hex functions 11 years ago
Daniel Cousens e27c97a791 ECPubKey/ECKey: separate to two files 11 years ago
Daniel Cousens 276a339d60 crypto: HMACSHA512 into crypto and add tests 11 years ago
Daniel Cousens 063643b4a1 HDWallet: show clearer BIP32 adherence for Master key 11 years ago
Daniel Cousens 3ed7d78e59 HDWallet: adhere to BIP32 for CKD 11 years ago
Daniel Cousens 25514d6ac1 HDWallet: remove HmacBytesToBytes 11 years ago
Daniel Cousens 57b8afbdab Network: rename Network to Networks 11 years ago
Daniel Cousens 02013beda9 Renames variables to be more verbose 11 years ago
Daniel Cousens 4716eb29bf Removes redundant convert functions 11 years ago
Daniel Cousens ff08c2eec3 Fixes #167 and adds temporary test 11 years ago
Daniel Cousens e6a9186af3 Removes unnecessary new Buffer 11 years ago
Daniel Cousens e2e190c766 Variables names made consistent with constructor 11 years ago