bitcoinjs-lib/test/fixtures
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: consistent json formatting 2014-05-17 00:09:13 +10:00
base58.js Adds BI.toPaddedBuffer and toBuffer 2014-04-24 07:22:23 +10:00
base58check.js Updates test fixtures to use bitcoin core test data 2014-04-22 00:24:20 +10:00
bigi.js Adds BI.toPaddedBuffer and toBuffer 2014-04-24 07:22:23 +10:00
buffer.js Adds Buffer extensions 2014-05-04 17:30:59 +10:00
crypto.js crypto: HMACSHA512 into crypto and add tests 2014-05-12 10:18:39 +10:00
ecdsa.js ECKey: remove *Buffer/*Hex functions 2014-05-18 17:50:10 +10:00
eckey.js ECKey: remove *Buffer/*Hex functions 2014-05-18 17:50:10 +10:00
ecpubkey.js ECPubKey: improve tests and extract test data to fixtures 2014-05-18 17:50:10 +10:00
mainnet_tx.json Transaction is able to estimate fees 2014-03-26 08:43:31 +08:00
message.js Adds magicHash test fixtures 2014-04-22 00:23:12 +10:00
script.js Script: extract test data to fixture 2014-05-09 12:56:35 +10:00
syncscript.js syncscript: general cleanup 2014-05-17 00:09:12 +10:00