47 Commits (59002ff24d1f664700f6659afd101a8d7dfadc96)

Author SHA1 Message Date
Kirill Fomichev 3579305b5e Fix K generator in ECDSA 9 years ago
Ed Bosher c5a107961c Set s mid point as hex rather than decimal (bn.js default) 9 years ago
mruddy 9b727afc71 fix signature hasDefinedHashtype method to be closer to the Bitcoin Core function IsDefinedHashtypeSignature 10 years ago
mruddy 02cad1645a fix root cause for bitcore.Transaction.sighash.sign not setting nhashtype. 10 years ago
Braydon Fuller a03e6b9385 Add base option for BN.fromString 10 years ago
Manuel Araoz e2542866d1 expose BN.fromString problem 10 years ago
Braydon Fuller ffe6b449cb Check the compressed property in Signature.fromCompact tests. 10 years ago
Braydon Fuller a5cd5a1407 Added support for uncompressed public keys to Signature.fromCompact 10 years ago
Braydon Fuller 7719d1bfd4 Add test with uncompressed pubkey compact signature. 10 years ago
Esteban Ordano 73a973359b Fix invocations to binary operations called on numbers 10 years ago
Esteban Ordano 6b05f20397 Add the new operator when BN was used without it 10 years ago
Ryan X. Charles 97b6e8b989 add deterministicK test vectors 10 years ago
bip32JP bc6f592daa fix tests 10 years ago
Manuel Araoz 4e775264fe lint random.js 10 years ago
Manuel Araoz aa6ecfd79b hash 100% coverage 10 years ago
Manuel Araoz 6c518f1f45 refactoring interpreter 10 years ago
Manuel Araoz 370f69df88 refactor BN and ECDSA 10 years ago
Manuel Araoz 3d7b0c7474 standardize test files 10 years ago
Manuel Araoz 3dd86446e0 add Interpreter docs and refactor a bit 10 years ago
Manuel Araoz 0387dffd70 remove outdated test 10 years ago
Esteban Ordano ce94626908 Move: Script and Interpreter into subfolder 10 years ago
Manuel Araoz c272412df2 add sig_noncanonical.json tests 10 years ago
Manuel Araoz 35d664b588 added sig_canonical tests 10 years ago
Manuel Araoz 17459dd7c2 added sig_canonical tests 10 years ago
Manuel Araoz 3eba0bc546 address review comments 10 years ago
Manuel Araoz 4fcc048311 script interpreting working 10 years ago
Manuel Araoz 0ddec23c02 fix some more tests 10 years ago
Manuel Araoz cf48899a3a make creation methods class methods 10 years ago
Manuel Araoz c888c3baa7 adding some signature methods for script interpreting 10 years ago
Manuel Araoz 3de71f8558 refactors and fixes for script interpreter 10 years ago
Braydon Fuller e4cf84519d BN: Remove toJSON and fromJSON methods from BN, as they are equivalent to toString and fromString 10 years ago
Esteban Ordano 736bcd6bd4 Backport changes to ecdsa from fullnode 10 years ago
Braydon Fuller 9a76bf30ff Crypto/Point: Added test coverage and documentation, and refactored validation 10 years ago
Manuel Araoz 1f3d7d9872 move Signature to crypto/ 10 years ago
Esteban Ordano 4b201a8db1 Replace grunt with gulp 10 years ago
Braydon Fuller 2a2dc8196d Crypto: Update ECDSA with to use PrivateKey and PublicKey 10 years ago
Braydon Fuller 8c4301cb0a Tests: Updated tests to run from sub-directories and fixed crypto and encoding related missing updates. 10 years ago
Braydon Fuller 85ce140aeb Keys: Renamed Privkey to PrivateKey and Pubkey to PublicKey 10 years ago
Manuel Araoz e0340213fe remove KDF 10 years ago
Manuel Araoz 5440baad83 fix tests for random 10 years ago
Manuel Araoz 4c925dc249 fix tests for point 10 years ago
Manuel Araoz fa2b54332c fix tests for kdf 10 years ago
Manuel Araoz e71e41542c fix tests for hash 10 years ago
Manuel Araoz f0740e0589 fix tests for ecdsa 10 years ago
Manuel Araoz f178445b07 fix tests for bn 10 years ago
Manuel Araoz f0a4aebdfb reorder tests 10 years ago