51 Commits (18e9cdcc02f7d8a478def4d63b51bf95ff395a79)

Author SHA1 Message Date
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 10 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
Wei Lu af1f121fd4 upgrade bigi & remove monkey patching 11 years ago
Daniel Cousens c3e9d568c5 Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK 11 years ago
Daniel Cousens d8883e8d32 Adds BI.toPaddedBuffer and toBuffer 11 years ago
Daniel Cousens bc37e65014 Enforces Array input for deterministicGenerateK 11 years ago
Daniel Cousens ae60e6eb95 Replacse JSBN with bigi 11 years ago
Daniel Cousens b95b5d5a04 Removes unused imports and unused parameter 11 years ago
Daniel Cousens b4f70dcdde Migrates ECKey to stricter API 11 years ago
GreenAddress.it 9d876198f5 Moves 'low S value' test from eckey.js to ecdsa.js 11 years ago
Daniel Cousens 56336b9c2b Removes use of convert module 11 years ago
Daniel Cousens 827f00715c Moves test/misc.js tests to appropriate location 11 years ago
Daniel Cousens 10dea421d5 Removes circular dependancy of ECKey 11 years ago
Daniel Cousens e82ffa5028 Adds recoverPubKey simple test 11 years ago