You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jae Kwon 5d5f580f49 Update changelog for v0.6.1 6 years ago
.github add CODEOWNERS file 6 years ago
_nano update go-amino 6 years ago
keys Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
.gitignore Got basic key test working 7 years ago
CHANGELOG.md Update changelog for v0.6.1 6 years ago
Gopkg.lock Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
Gopkg.toml Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
LICENSE Change license to Apache2.0 9 years ago
Makefile remove any mention of glide 6 years ago
README.md update go-amino 6 years ago
amino.go Make concrete registered name be tendermint/* 6 years ago
armor.go linter: add metalinter to Makefile & apply some fixes 7 years ago
armor_test.go Clean up test cases -> testify 7 years ago
circle.yml update circle.yml 7 years ago
doc.go doc.go file started 7 years ago
encode_test.go Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
example_test.go example: fix func suffix 7 years ago
hash.go Add seed-able cryptographic random. 8 years ago
priv_key.go Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
priv_key_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
pub_key.go Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
pub_key_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
random.go CRandHex: fix up doc to mention length of digits 7 years ago
signature.go Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago
signature_test.go Make concrete registered name be tendermint/* 6 years ago
symmetric.go Moved crypto code to top level again 7 years ago
symmetric_test.go Clean up test cases -> testify 7 years ago
version.go Use MarshalBinaryBare; Fix encode_test; Bump version 6 years ago

README.md

go-crypto GoDoc

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

Importing it

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