Christopher Goes
|
8e273220a3
|
Remove error from priv.PubKey() (#131)
* Remove error from priv.PubKey()
* Update changelog
|
7 years ago |
Liamsi
|
45a1c8aef3
|
fix tests, move encoding to encode_test.go, include an example
|
7 years ago |
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)
|
7 years ago |
Jae Kwon
|
f010462639
|
Make concrete registered name be tendermint/*
|
7 years ago |
Anton Kaliaev
|
f499ce8713
|
update go-amino
|
7 years ago |
Jae Kwon
|
788cc0a792
|
Use new go-wire; PubKey etc are interfaces; Keybase refactor
|
7 years ago |
Ethan Buchman
|
eaf4b8c795
|
fix Equals
|
7 years ago |
Ethan Frey
|
086e1f6508
|
Make vetshadow and zach happy
|
7 years ago |
Ethan Frey
|
9016390a6e
|
Moved crypto code to top level again
|
8 years ago |
Ethan Frey
|
17ed6d178d
|
move go-crypto files pre-keys merge
|
8 years ago |
Ethan Buchman
|
8bb25ec5ed
|
update paths
|
8 years ago |
Jae Kwon
|
a3324cc97b
|
Cleanup; Implement .Wrap()
|
8 years ago |
Ethan Frey
|
66ecd7705f
|
Use new naming scheme PubKey{PubKeyInner}
|
8 years ago |
Ethan Frey
|
49569ac244
|
Wrap constructor to create xxxS structs and avoid recursion
|
8 years ago |
Ethan Frey
|
0e92dd5bb5
|
One name, type byte per algorithm
|
8 years ago |
Ethan Frey
|
6c2bf8c24b
|
Clean up test cases -> testify
|
8 years ago |
Ethan Frey
|
1bc1947e3f
|
First tests of go-data encoding
|
8 years ago |
Jae Kwon
|
8b34fd2e51
|
Add secp256k1 support
|
9 years ago |
Jae Kwon
|
264d2a3eef
|
Add seed-able cryptographic random.
|
9 years ago |
Jae Kwon
|
372191dd5f
|
KeyString() in PubKey; Fix tests
|
9 years ago |
Ethan Buchman
|
1fb7234ff5
|
fix test
|
9 years ago |
Jae Kwon
|
31a456c8d4
|
update package name
|
9 years ago |
Jae Kwon
|
fcdea621bf
|
first commit
|
9 years ago |