54 Commits (0fcda5835edc2fd375ae3a51cee33120e5e8b974)

Author SHA1 Message Date
Daniel Cousens cd326921bc bigi: upgrade to 1.1.0 11 years ago
Daniel Cousens 087ca551f5 ecdsa: fix indentation 11 years ago
Daniel Cousens d05d661aea ecdsa: use standard declarative notation for functions 11 years ago
Daniel Cousens bcfd62fdb5 ecdsa: remove implicit ecparams 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 abe65b8d4a ecdsa: use shamirs trick 11 years ago
Daniel Cousens 5ec9504ed6 ecdsa: opt for shiftRight, pow and square 11 years ago
Daniel Cousens 7d89ff427c ecdsa: comment cleanup 11 years ago
Daniel Cousens 0865f09d20 ec/dsa: extract P_OVER_FOUR as a curve specific constant 11 years ago
Daniel Cousens d14b08efd1 ec/dsa: recovery param now used consistently 11 years ago
Daniel Cousens a3f691bf7c ecdsa: parseSigCompact use Buffer API 11 years ago
Daniel Cousens f7c7265d64 ecdsa: parseSig now uses buffer API 11 years ago
Daniel Cousens 4c7108d561 ecdsa: add serializeSigCompact and tests 11 years ago
Daniel Cousens b208a6ab78 crypto/ecdsa: moves HmacSHA256 to crypto 11 years ago
Wei Lu af1f121fd4 upgrade bigi & remove monkey patching 11 years ago
Daniel Cousens 89cf731ac7 Adds assertion messages 11 years ago
Daniel Cousens c3e9d568c5 Adds RFC6979 test vectors and fixes ecdsa.sign/detGenK 11 years ago
ethers 1c8f135d9c assertion message 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 96ebb65099 Removes ecdsa.getBigRandom 11 years ago
GreenAddress.it d7c2e4d5a5 Uses low 's' values for signatures 11 years ago
Daniel Cousens 56336b9c2b Removes use of convert module 11 years ago
Daniel Cousens 6de94856e3 Makes ECDSA capitalization consistent 11 years ago
Wei Lu 93fe1b4c78 cosmetic standardization 11 years ago
Daniel Cousens 10dea421d5 Removes circular dependancy of ECKey 11 years ago
Daniel Cousens bfc5924522 Compression is irrelevant in comparison 11 years ago
Daniel Cousens 669a58bbf8 Removes unnecessary SHA256 calculations 11 years ago
Daniel Cousens f580516c06 Removes unused variables 11 years ago
Daniel Cousens b40374e332 Changes to new version-less ECKey API 11 years ago
Wei Lu b7861e4336 replace jsbn's rng with module secure-random 11 years ago
Wei Lu 3d6b66e811 move convert methods from util to convert 11 years ago
Wei Lu a281a5ab53 migrate crypto-js to 3.1.2 11 years ago
Wei Lu bde9b13b15 remove isArray shim 11 years ago
Andreas Brekken c3fbd63c84 Fix bad Bitcoin.Crypto reference in ecdsa.js 11 years ago
Vitalik Buterin 30e8b572d6 Added deterministic signing and added a public key class. Note that getPub should now be replaced with getPub().export('bytes') 11 years ago
Nadav Ivgi 0a075573ed Fix signing with compressed keys 11 years ago
Roman Shtylman 41f0027883 port message to common.js style and add tests 12 years ago
Roman Shtylman 0faac29134 start to split into node commonjs style modules 12 years ago
Stefan Thomas e90780d3d3 Fix typo in ECDSA.verify. 13 years ago
Stefan Thomas 07f9d55ccb Fixed DER-encoding - expects signed integers. 13 years ago
Stefan Thomas 0aaa2c6347 Fix calcPubkeyRecoveryParam - must verify pubkey correctness. 13 years ago
Stefan Thomas de6cfd37db Removed modSqrt. All credit to Joric! 13 years ago
Stefan Thomas 9b2f94a028 Implement Bitcoin's method for arbitrary message signatures. 13 years ago
justmoon faa10f0f6a Compressed pubkey output is confirmed working, remove TODO, add comments. 13 years ago
justmoon d03e489913 Use correct function to determine yP for pubkey compression. Fixes #6. 13 years ago
Stefan Thomas 09e8c6e184 Added comments. 13 years ago
Stefan Thomas 1a7fc9d063 Fixed indents. 13 years ago
Stefan Thomas d985697d8f Added credit on encoding fix. See #1. 14 years ago