27 Commits (47ae862ae9128c35fdcebd5ea3e5117b007fd40d)

Author SHA1 Message Date
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