453 Commits (f78ebeb46c91fefa87dab9c4ac126d3648b597a5)

Author SHA1 Message Date
Matias Alejo Garcia 3d828df063 add test to SIN 11 years ago
Matias Alejo Garcia 71f992138b add check in constructor of Address 11 years ago
Matias Alejo Garcia 19584e1f26 add check in constructor 11 years ago
Matias Alejo Garcia 3dd09129c8 fix tests 11 years ago
Matias Alejo Garcia 85e013c620 fix tests 11 years ago
Matias Alejo Garcia cad0fcf993 update tests 11 years ago
Matias Alejo Garcia 15c55e560a support uncompressed pub keys also 11 years ago
Matias Alejo Garcia 14d3165a73 add fromPubKey to SIN 11 years ago
Christopher Jeffrey f7c247fa12 paypro: alter tests to make sure this pki_data bug does not happen again. 11 years ago
Christopher Jeffrey 017f044b53 paypro: fix browser signatures with KJUR. move pem/der functions to common. 11 years ago
Christopher Jeffrey 604ac04f47 paypro: split up paypro into node/browser/common. 11 years ago
Christopher Jeffrey 2741f7509f paypro: minor - remove useless text processing. 11 years ago
Christopher Jeffrey fa1c4b3570 paypro: add DERtoPEM and PEMtoDER tests. 11 years ago
Christopher Jeffrey 14966082ae paypro: separate tests for x509+sha256 and x509+sha1. 11 years ago
Christopher Jeffrey 02f9ce8dfd paypro: temporarily fix tests. 11 years ago
Christopher Jeffrey 45ff292ade paypto: alter tests to improve consistency with signature and verification tests. 11 years ago
Christopher Jeffrey 0db74604db paypro: update root certs and fix tests. 11 years ago
Christopher Jeffrey cc7657d843 paypro: treat pki_data as an array. 11 years ago
Christopher Jeffrey 2e422c001e paypro: fix payment protocol for DER certs. 11 years ago
Christopher Jeffrey 3dc7a4ab84 test: fix x509 tests for PayPro. 11 years ago
Christopher Jeffrey 13553a42d1 x509: try different certs/keys/pems. 11 years ago
Christopher Jeffrey c209e3172d paypro: x509 nonsense. 11 years ago
Christopher Jeffrey 1d0f01c133 paypro: first pass at implementing payment protocol for x509. 11 years ago
Ryan X. Charles 098c613cb0 SIN should call EncodedData constructor 11 years ago
Ryan X. Charles 0c8f7d4d21 move bitcore-dev.js -> bundle.js 11 years ago
Ryan X. Charles 49ff6c7b76 add further tests for Key 11 years ago
Ryan X. Charles 57a55d0863 expose signature internal functions 11 years ago
Ryan X. Charles 2c136d4dcc remove obsolete Curve class (G and n now accessible from Point) 11 years ago
Ryan X. Charles 5f6d02f5de add proper DER signature support to Key 11 years ago
Ryan X. Charles 95d180c2a3 add ScriptInterpreter example to test 11 years ago
Ryan X. Charles 71f181efee add tests to EncodedData and fix hex conversion bug 11 years ago
Ryan X. Charles 895bb6bab9 use correct constant & share between Transaction and ScriptInterpreter 11 years ago
Ryan X. Charles 0251d467c4 update bn.js to latest version 11 years ago
Ryan X. Charles 92ac073035 run secp256k1 test vectors in Key where they also matter 11 years ago
Ryan X. Charles 572035fdd5 add some test vectors for secp256k1 11 years ago
Ryan X. Charles 0f0a1b1913 add some sanity checks to signature verification 11 years ago
Ryan X. Charles 8a199e26f3 allow Point to multiply things other than buffers 11 years ago
Ryan X. Charles 3f75bea924 add tests for toCompressedPubKey 11 years ago
Ryan X. Charles 992e1cfcfb uncomment part of TransactionBuilder test 11 years ago
Ryan X. Charles 9c23256a16 add tests to make sure bignum interface works correctly 11 years ago
Ryan X. Charles 32cf5aa941 woops - add bignum back to browser tests 11 years ago
Ryan X. Charles fb3cc38046 make bignum tests run in node, not just browser 11 years ago
Ryan X. Charles af1d754bd8 make bignum interface backwards compatible 11 years ago
Ryan X. Charles 9ca869b95b add "ECKey" to Key test so grepping is easier 11 years ago
Ryan X. Charles ac4d3186bf update sign function to use elliptic 11 years ago
Ryan X. Charles 15d4328b35 use elliptic in Point in the browser instead of cryptojs 11 years ago
Ryan X. Charles c8fe404402 replace bignumber.js with bn.js 11 years ago
Manuel Araoz 0e2df698cd fix SIN and add tests 11 years ago
Ryan X. Charles 65ab3a663a fix string/buffer sjcl issue 11 years ago
Ryan X. Charles dfc129b766 test vector that passes in node, but fails in browser/sjcl 11 years ago