Go to file
Ethan Buchman 4542cc5a71
Merge pull request #64 from tendermint/sdk2
Merge sdk2 into develop
2018-02-02 22:48:01 -05:00
_nano Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
keys Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
.gitignore Got basic key test working 2017-06-19 17:07:12 +02:00
CHANGELOG.md changelog 2017-10-27 22:17:34 -04:00
LICENSE Moved crypto code to top level again 2017-04-19 16:55:15 +02:00
Makefile fix wordlist paths 2018-01-02 16:39:43 -05:00
README.md README: add godoc instead of tedious MD regeneration 2017-07-28 13:01:31 -06:00
armor.go linter: add metalinter to Makefile & apply some fixes 2017-10-04 17:53:56 -04:00
armor_test.go Moved crypto code to top level again 2017-04-19 16:55:15 +02:00
circle.yml update circle.yml 2017-12-30 18:25:42 -05:00
doc.go doc.go file started 2017-09-15 17:35:33 -06:00
encode_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
example_test.go example: fix func suffix 2017-10-10 17:33:51 -04:00
glide.lock Clean up glide.yaml 2018-02-02 18:31:25 +01:00
glide.yaml Bump tmlibs commit. Needs to be changed to develop as soon as tmlibs PR is merged 2018-02-02 18:51:41 +01:00
hash.go linting: fixup some stuffs 2017-10-04 18:16:48 -04:00
priv_key.go Remove reliance on global wire.Marshal 2018-01-21 19:03:23 -08:00
priv_key_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
pub_key.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
pub_key_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
random.go CRandHex: fix up doc to mention length of digits 2017-12-22 23:16:34 -07:00
signature.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
signature_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00
symmetric.go Moved crypto code to top level again 2017-04-19 16:55:15 +02:00
symmetric_test.go Moved crypto code to top level again 2017-04-19 16:55:15 +02:00
version.go changelog 2017-10-27 22:17:34 -04:00
wire.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 2018-01-14 01:09:30 -08:00

README.md

go-crypto GoDoc

go-crypto is the cryptographic package adapted for Tendermint's uses

Importing it

import "github.com/tendermint/go-crypto"