63 Commits (736bdf64ad32f94e68d45b5c578e32d5135426a5)

Author SHA1 Message Date
Daniel Cousens dd9455c0df rm unused bscript 7 years ago
Daniel Cousens c58ada362e rm ECSignature, add script.signature instead 8 years ago
Daniel Cousens 04c628e9f1 add hoodwink dependency 7 years ago
Daniel Cousens 7c9c6ed204 rm sinon, sinon-test 7 years ago
Dave Kerr b000377fd5 upgrade test dependencies 7 years ago
Daniel Cousens f1ab151c31 tests: use safe-buffers throughout 8 years ago
Daniel Cousens 4d6928a68b tests: fix shadowed/unused variable warnings 8 years ago
Daniel Cousens 7cdabef954 ecdsa: remove unused functions 10 years ago
Daniel Cousens 87cb018466 rm message module 10 years ago
Daniel Cousens ccfaaf0b6f ecdsa: remove curve parameter 10 years ago
Daniel Cousens 2d75b7e7ff standard: remove padded Blocks 10 years ago
Daniel Cousens 8934de591c use baddress/bcrypto/bscript for ambuigities 10 years ago
Daniel Cousens b5ff9db8fd fixtures: ECDSA signatures should be DER encoded if possible 10 years ago
Daniel Cousens 5b95fd6ae3 fixtures: ECDSA, fixtures were mixed decimal/hex 10 years ago
Daniel Cousens ec9cea0cf1 tests: use strictEqual always 10 years ago
Daniel Cousens 4c030be343 ecdsa: remove unused verifyRaw 10 years ago
Daniel Cousens 8d3686d046 remove deprecated functionality 11 years ago
Daniel Cousens 0bba21546f various: more standard-format artifact fixes 10 years ago
Daniel Cousens 399803affa use standardjs formatting 10 years ago
Daniel Cousens 6938c8f8cc ecdsa: add default checkSig, to be removed in 2.0.0 10 years ago
Daniel Cousens a492969ab2 tests: ecdsa test cleanup 10 years ago
Daniel Cousens 0e5c7b2a5a tests: add bip32JPs RFC6979 test vectors and tests 10 years ago
Daniel Cousens 1e7f537f38 tests: adds ecdsa test enforcing valid signature callback 10 years ago
Daniel Cousens e9778ae358 ecdsa: fixes edge case presented in #336 10 years ago
Daniel Cousens 10630873eb tests: add tests for ecdsa.verify 10 years ago
Daniel Cousens bdb0fe8020 ecdsa: adds test for detGenK loop 11 years ago
Daniel Cousens 776656df8b ecdsa: adhere strictly to RFC6979 11 years ago
Daniel Cousens 1f0a54fb41 ECSignature: rename parsing functions to parse* 11 years ago
Daniel Cousens f42993297c ecurve: upgrade to 0.9.0 11 years ago
Daniel Cousens eb3d9a25f7 ecdsa: moved all signature encoding to ECSignature 11 years ago
Daniel Cousens 1a41ea8801 ecdsa: add more extensive tests for recoverPubKey 11 years ago
Daniel Cousens 4f8040f8d4 ecdsa: add invalid test fixtures for recoverPubKey 11 years ago
Daniel Cousens 4ce9015f3b use ecurve instead of custom ec 11 years ago
Daniel Cousens f20ffec8b3 tests: always use for, it testing style 11 years ago
Daniel Cousens eb3a6bcb31 all: rename D to d as per SEC convention 11 years ago
Daniel Cousens 6cfa729dae ecdsa: fix missing exceptions 11 years ago
Daniel Cousens 58fd12e66d ecdsa: always use signature object 11 years ago
Daniel Cousens 37d5147cac ecdsa: add invalid tests for verifyRaw 11 years ago
Daniel Cousens b2351f9026 tests: use JSON fixtures exclusively 11 years ago
Daniel Cousens bcfd62fdb5 ecdsa: remove implicit ecparams 11 years ago
Daniel Cousens ab2ca395ac ecdsa: remove ECKey dependency in tests 11 years ago
Daniel Cousens 2dec1375a1 ecdsa: use (r, s) values directly 11 years ago
Daniel Cousens 8d7408202f ecdsa: consistent parameter ordering 11 years ago
Daniel Cousens 5ec9504ed6 ecdsa: opt for shiftRight, pow and square 11 years ago
Daniel Cousens a3f691bf7c ecdsa: parseSigCompact use Buffer API 11 years ago
Daniel Cousens 4c7108d561 ecdsa: add serializeSigCompact and tests 11 years ago
Daniel Cousens 6b5990c6e2 message: support alternate networks 11 years ago
Daniel Cousens 10fe4474d1 ECKey: remove *Buffer/*Hex functions 11 years ago
Daniel Cousens 6c0eebe94b tests: use filepaths directly 11 years ago
Daniel Cousens 7a740c2e7b tests: forces consistent import syntax 11 years ago