bitcoinjs-lib/test
Daniel Cousens 4c7108d561 ecdsa: add serializeSigCompact and tests
This also adds tests for all other ECDSA serialize/parsing functions.
The k, r, s and D values were sourced from test vectors on
https://bitcointalk.org/index.php?topic=285142.40 .

The compact signatures (aka, i values) were generated from bitcoinjslib, but they
are straight forward anyway.
2014-05-18 17:52:49 +10:00
..
fixtures ecdsa: add serializeSigCompact and tests 2014-05-18 17:52:49 +10:00
integration Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00
address.js Address/Script: consistent function ordering 2014-05-17 00:09:13 +10:00
base58.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
base58check.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
bufferutils.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
convert.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
crypto.js crypto/ecdsa: moves HmacSHA256 to crypto 2014-05-18 17:52:49 +10:00
ec.js tests: use filepaths directly 2014-05-13 18:05:56 +10:00
ecdsa.js ecdsa: add serializeSigCompact and tests 2014-05-18 17:52:49 +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
hdwallet.js ECKey: remove *Buffer/*Hex functions 2014-05-18 17:50:10 +10:00
message.js message: remove unnecessary tests 2014-05-18 17:51:36 +10:00
script.js Script: use PubKey objects not prebuilt Buffers 2014-05-17 00:09:13 +10:00
transaction.js Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00
wallet.js Transaction: rename (de)serialize to [to/from]Buffer 2014-05-17 00:09:13 +10:00