Braydon Fuller
|
7de28610a5
|
Keys: Fix browser data types
|
10 years ago |
Braydon Fuller
|
2a2dc8196d
|
Crypto: Update ECDSA with to use PrivateKey and PublicKey
|
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
|
ca9b8d8f7b
|
use strict to protocol
|
10 years ago |
Manuel Araoz
|
2bf1ed8f34
|
use strict to crypto
|
10 years ago |
Manuel Araoz
|
6f2913eed4
|
fix references
|
10 years ago |
Eric Martindale
|
4b6e9aaf03
|
Improve tests.
|
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
|
073ee0a0e4
|
fix: Pubkey(point) and Privkey(bn)
|
11 years ago |
Ryan X. Charles
|
a768755764
|
convenience: new Pubkey(point)
|
11 years ago |
Ryan X. Charles
|
5313085773
|
Pubkey().fromPrivkey()
|
11 years ago |
Ryan X. Charles
|
e2824035bb
|
Pubkey.prototype.set
|
11 years ago |
Ryan X. Charles
|
7c945cdc01
|
add "compressed" feature to pubkeys
...not just privkeys. since, of course, they can be compressed or uncompressed.
|
11 years ago |
Ryan X. Charles
|
4cff6a41f4
|
remove "(classname): " from tests
...to reduce the burden on writing new code
|
11 years ago |
Ryan X. Charles
|
f6f7a870fb
|
allow creating objects without using "new"
|
11 years ago |
Ryan X. Charles
|
a2e471ae9e
|
more consistency: n -> bn, p -> point
|
11 years ago |
Ryan X. Charles
|
9649cc58e9
|
bip32
code from bitcore. original implementation derived from here:
https://github.com/sarchar/brainwallet.github.com/blob/bip32/js/bip32.js
|
11 years ago |
Ryan X. Charles
|
c4064cc6e1
|
ecdsa
|
11 years ago |
Ryan X. Charles
|
448f532738
|
pubkey
|
11 years ago |