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.
 
 
 
 
 
 
Zaki Manian b6d029050b Switch to dep from glide for dependency resolution 6 years ago
_nano Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
keys Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
.gitignore Got basic key test working 7 years ago
CHANGELOG.md changelog 7 years ago
Gopkg.lock Switch to dep from glide for dependency resolution 6 years ago
Gopkg.toml Switch to dep from glide for dependency resolution 6 years ago
LICENSE Change license to Apache2.0 9 years ago
Makefile Switch to dep from glide for dependency resolution 6 years ago
README.md README: add godoc instead of tedious MD regeneration 7 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 new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
example_test.go example: fix func suffix 7 years ago
glide.lock update glide again 6 years ago
glide.yaml update glide 6 years ago
hash.go Add seed-able cryptographic random. 8 years ago
priv_key.go Remove reliance on global wire.Marshal 7 years ago
priv_key_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
pub_key.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 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 new go-wire; PubKey etc are interfaces; Keybase refactor 7 years ago
signature_test.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 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 changelog 7 years ago
wire.go Use new go-wire; PubKey etc are interfaces; Keybase refactor 7 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"