Liamsi
|
7ebc7c08e7
|
delete keys package
- also delete ledger code and deps (thx cwgoes)
Signed-off-by: Liamsi <Liamsi@users.noreply.github.com>
|
2018-06-20 14:30:57 -07:00 |
|
Christopher Goes
|
8e273220a3
|
Remove error from priv.PubKey() (#131)
* Remove error from priv.PubKey()
* Update changelog
|
2018-06-12 13:35:22 -07:00 |
|
Liamsi
|
e552d344e3
|
forgot PrivKeyLedgerSecp256k1
|
2018-06-11 16:51:38 -07:00 |
|
Liamsi
|
c4484c4a1b
|
Merge remote-tracking branch 'remotes/origin/develop' into bucky/sig-name
# Conflicts:
# Gopkg.lock
# keys/keybase_test.go
# signature_test.go
|
2018-06-11 16:46:08 -07:00 |
|
Liamsi
|
45a1c8aef3
|
fix tests, move encoding to encode_test.go, include an example
|
2018-06-11 16:23:34 -07:00 |
|
Christopher Goes
|
c21f67c5af
|
Unify local and external keys in keybase interface (#117)
* Return errors on priv.Sign(), priv.PubKey()
* Add CreateLedger, CreateOffline
* Add switch on .Sign() for Ledger wallets
* Add offline signing switch on .Sign()
* Use MustUnmarshalBinaryBare()
* Add confirmation to delete offline/Ledger keys
* Lowercase error message
* Add human-readable .GetType() function to Info interface
* Rename CryptoAlgo => SignAlgo
* assert.Nil(t, err) => assert.NoError(t, err)
|
2018-06-10 01:01:41 -07:00 |
|
Jae Kwon
|
7fb3f704b3
|
Update README with examples; Add signature test
|
2018-03-26 10:59:10 +02:00 |
|
Jae Kwon
|
0d4436dea7
|
Use MarshalBinaryBare; Fix encode_test; Bump version
|
2018-03-26 10:41:04 +02:00 |
|
Anton Kaliaev
|
f499ce8713
|
update go-amino
|
2018-03-12 12:29:25 +04:00 |
|
Jae Kwon
|
788cc0a792
|
Use new go-wire; PubKey etc are interfaces; Keybase refactor
|
2018-01-14 01:09:30 -08:00 |
|
Ethan Frey
|
086e1f6508
|
Make vetshadow and zach happy
|
2017-11-15 13:57:17 +01:00 |
|
Ethan Frey
|
ee200d998f
|
Fix unwrap for proper json format
|
2017-05-16 17:01:15 +02:00 |
|
Ethan Frey
|
9016390a6e
|
Moved crypto code to top level again
|
2017-04-19 16:55:15 +02:00 |
|
Ethan Frey
|
17ed6d178d
|
move go-crypto files pre-keys merge
|
2017-04-19 16:51:29 +02:00 |
|
Ethan Buchman
|
8bb25ec5ed
|
update paths
|
2017-04-18 18:17:02 -04:00 |
|
Ethan Frey
|
c410fc5e24
|
Add extra test for encoding with sig,for p2p test fail
|
2017-04-10 19:51:02 +02:00 |
|
Jae Kwon
|
a3324cc97b
|
Cleanup; Implement .Wrap()
|
2017-04-10 19:51:02 +02:00 |
|
Ethan Frey
|
eb6fcef8d2
|
Better docs and naming thanks to bucky
|
2017-04-10 19:51:01 +02:00 |
|
Ethan Frey
|
5b94758d4c
|
Make PubKey struct compatible with go-wire.JSONBytes/ReadJSON
|
2017-04-10 19:51:01 +02:00 |
|
Ethan Frey
|
66ecd7705f
|
Use new naming scheme PubKey{PubKeyInner}
|
2017-04-10 19:51:01 +02:00 |
|
Ethan Frey
|
0e92dd5bb5
|
One name, type byte per algorithm
|
2017-02-24 00:31:43 +01:00 |
|
Ethan Frey
|
8c9b889ccf
|
Support json encode/decode for nil values in S structs
|
2017-02-23 18:11:20 +01:00 |
|
Ethan Frey
|
cbe35e07d1
|
Add more tests for de/en-coding public and private keys
|
2017-02-23 14:56:25 +01:00 |
|