16 Commits (3b4aaff44df2672fdc3f9ae0e7daf3267d323a70)

Author SHA1 Message Date
Braydon Fuller 8b505f0cfa Fixed tests to handle a `defaultNetwork` change 10 years ago
Braydon Fuller d2a2be7a93 Upgraded bn.js to fix public key calculation problem, restored crypto/point.js, and added additional tests. 10 years ago
Braydon Fuller 3de6acc176 Add tests that reveals incorrect public key calculation 10 years ago
Esteban Ordano 901d836231 Add default network to PublicKey 10 years ago
Esteban Ordano 4980f7a646 Test coverage: last branch untested from PublicKey 10 years ago
Esteban Ordano 36e87d8822 PrivateKey, PublicKey, Network linted 10 years ago
Braydon Fuller e3fa89ce62 PublicKey: Fix formatting issue for inspect 10 years ago
Yemel Jardi 428bcaf4c9 Remove compressed argument from private key and public key constructors 10 years ago
Braydon Fuller c0bbf96dc1 Keys: Added toObject method and changed toJSON to return a string 10 years ago
Braydon Fuller 4ddf3d117c Keys: Modified and added standardized toJSON/fromJSON prototypes 10 years ago
Esteban Ordano 0c28bc1786 Split buildPKH arguments, add Copy constructor on publickey 10 years ago
Braydon Fuller ae80ca8678 PublicKey: Add test to verify that both uncompressed an compressed keys validatate. Fixes #665 10 years ago
Braydon Fuller d5d88287cd Networks: Consistency of network reference for 'livenet', and removed hardcoded value. 10 years ago
Braydon Fuller b06866f86f PublicKey: Added toAddress prototype. Closes #599 10 years ago
Braydon Fuller 9a76bf30ff Crypto/Point: Added test coverage and documentation, and refactored validation 10 years ago
Braydon Fuller 85ce140aeb Keys: Renamed Privkey to PrivateKey and Pubkey to PublicKey 10 years ago
Braydon Fuller 35d0cbc5a6 Keys: Modified interface of Pubkey and Privkey so that an instance can be relied upon as valid. 10 years ago
Manuel Araoz a45dee3a4b 'hide' encoding and crypto 10 years ago
Manuel Araoz 1477572a04 fix bitcore reference 10 years ago
Manuel Araoz b2ef61328f fix tests for pubkey 10 years ago
Ryan X. Charles d6e3266179 toJSON/fromJSON for privkey, pubkey, keypair 10 years ago
Ryan X. Charles 543762bc67 fromBuffer convenience function for pubkey 10 years ago
Ryan X. Charles a768755764 convenience: new Pubkey(point) 10 years ago
Ryan X. Charles bdb8daaf07 remove redundant "test." from test names 10 years ago
Ryan X. Charles 5313085773 Pubkey().fromPrivkey() 10 years ago
Ryan X. Charles e2824035bb Pubkey.prototype.set 10 years ago
Ryan X. Charles 4cff6a41f4 remove "(classname): " from tests 10 years ago
Ryan X. Charles 9cc214cf06 capitalize classes in tests 10 years ago
Ryan X. Charles a2e471ae9e more consistency: n -> bn, p -> point 10 years ago
Ryan X. Charles 9649cc58e9 bip32 10 years ago
Ryan X. Charles c4064cc6e1 ecdsa 10 years ago
Ryan X. Charles 448f532738 pubkey 10 years ago