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
f0740e0589
fix tests for ecdsa
10 years ago
Manuel Araoz
f0a4aebdfb
reorder tests
10 years ago
Ryan X. Charles
6c42969d01
improve error message
10 years ago
Ryan X. Charles
6e9755b009
sign, verify convenience functions
10 years ago
Ryan X. Charles
ed335f35f7
throw error if hashbuf is not 32 bytes
10 years ago
Ryan X. Charles
74549a53ec
key -> keypair
Since the class has been renamed Key -> Keypair, instances should be renamed
key -> keypair.
10 years ago
Ryan X. Charles
32fabd0c0f
Key -> Keypair
"Keypair" is a more explanatory name, and also should be less confused with
other kinds of keys (particularly "cipher keys", which are the keys used in
symmetric block ciphers, especially AES).
11 years ago
Ryan X. Charles
bdb8daaf07
remove redundant "test." from test names
11 years ago
Ryan X. Charles
e2824035bb
Pubkey.prototype.set
11 years ago
Ryan X. Charles
109f31cfdb
Privkey.prototype.set
11 years ago
Ryan X. Charles
a5f79c7651
Signature.prototype.set
11 years ago
Ryan X. Charles
75c1503a92
ECDSA.prototype.set
11 years ago
Ryan X. Charles
79ba8b2465
BN -> BN()
11 years ago
Ryan X. Charles
8ce3342b6c
hash -> hashbuf
11 years ago
Ryan X. Charles
ca7fdd77c1
recover public key from signature
11 years ago
Ryan X. Charles
9cc214cf06
capitalize classes in tests
11 years ago
Ryan X. Charles
bd3a2c42ec
works in browser
compiled with ./browser/build and then open test/index.html
11 years ago
Ryan X. Charles
304210c132
add tests for all ecdsa functions
11 years ago
Ryan X. Charles
c4064cc6e1
ecdsa
11 years ago