bitcoinjs-lib/src
Daniel Cousens 10fe4474d1 ECKey: remove *Buffer/*Hex functions
An ECKey is a composition of a private key (D), a public key (Q) and its
compression flag.

These functions gave the impression of serialization of this
composition, when really they only serialized `D`.
They have therefore been removed in favour of always using a sane
serialization format (WIF) that matches the needed behaviour.

If a user needs the previous functionality, simply use `privKey.D.*`
instead of `privKey.*`, as BigInteger supports `*Buffer/*Hex` functions
as expected.
2014-05-18 17:50:10 +10:00
..
address.js Address: remove circular dependency fix 2014-05-09 12:26:38 +10:00
base58.js upgrade bigi & remove monkey patching 2014-05-03 10:04:54 +08:00
base58check.js Migrates all usage of crypto-js/sha256 to ./crypto 2014-04-08 23:07:46 +10:00
bufferutils.js BufferExt: rename to bufferutils 2014-05-13 16:46:12 +10:00
convert.js convert: remove hex functions 2014-05-12 10:17:38 +10:00
crypto.js crypto: HMACSHA512 into crypto and add tests 2014-05-12 10:18:39 +10:00
ec.js upgrade bigi & remove monkey patching 2014-05-03 10:04:54 +08:00
ecdsa.js upgrade bigi & remove monkey patching 2014-05-03 10:04:54 +08:00
eckey.js ECKey: remove *Buffer/*Hex functions 2014-05-18 17:50:10 +10:00
ecpubkey.js ECPubKey/ECKey: separate to two files 2014-05-13 16:51:06 +10:00
hdwallet.js ECKey: remove *Buffer/*Hex functions 2014-05-18 17:50:10 +10:00
index.js opcodes: rename to opcodes 2014-05-13 23:14:07 +10:00
message.js ECPubKey/ECKey: separate to two files 2014-05-13 16:51:06 +10:00
networks.js Network: rename Network to Networks 2014-05-08 10:59:58 +10:00
opcodes.js opcodes: rename to opcodes 2014-05-13 23:14:07 +10:00
script.js Script: use PubKey objects not prebuilt Buffers 2014-05-17 00:09:13 +10:00
sec.js upgrade bigi & remove monkey patching 2014-05-03 10:04:54 +08:00
transaction.js Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00
wallet.js HDWallet: remove HmacBytesToBytes 2014-05-10 09:57:16 +10:00