Go to file
Anton Kaliaev 73407e7cff
add CODEOWNERS file
2018-03-12 12:37:19 +04:00
.github add CODEOWNERS file 2018-03-12 12:37:19 +04:00
_nano update go-amino 2018-03-12 12:29:25 +04:00
keys update go-amino 2018-03-12 12:29:25 +04:00
.gitignore Got basic key test working 2017-06-19 17:07:12 +02:00
CHANGELOG.md changelog, version, glide 2018-03-02 10:40:36 -05:00
Gopkg.lock update go-amino 2018-03-12 12:29:25 +04:00
Gopkg.toml update go-amino 2018-03-12 12:29:25 +04:00
LICENSE Moved crypto code to top level again 2017-04-19 16:55:15 +02:00
Makefile remove any mention of glide 2018-03-12 12:34:43 +04:00
README.md update go-amino 2018-03-12 12:29:25 +04:00
amino.go update go-amino 2018-03-12 12:29:25 +04: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 update go-amino 2018-03-12 12:29:25 +04:00
example_test.go example: fix func suffix 2017-10-10 17:33:51 -04: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 update go-amino 2018-03-12 12:29:25 +04: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, version, glide 2018-03-02 10:40:36 -05: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"