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.
 
 
 
 
 
 
Ethan Buchman 3a92931657 changelog, version, glide 6 years ago
_nano Keybase refactor 6 years ago
keys Keybase refactor 6 years ago
.gitignore Got basic key test working 7 years ago
CHANGELOG.md changelog, version, glide 6 years ago
LICENSE Change license to Apache2.0 9 years ago
Makefile fix wordlist paths 7 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
crypto.go Moved crypto code to top level again 7 years ago
doc.go doc.go file started 7 years ago
embed_test.go linting: a few fixes 7 years ago
encode_test.go Make vetshadow and zach happy 7 years ago
example_test.go example: fix func suffix 7 years ago
glide.lock changelog, version, glide 6 years ago
glide.yaml changelog, version, glide 6 years ago
hash.go Add seed-able cryptographic random. 8 years ago
priv_key.go Merge pull request #53 from tendermint/constant-time-equals 7 years ago
priv_key_test.go Enable privkey validity checking on load 7 years ago
privkeyinner_wrapper.go Change codegen name holder->wrapper 7 years ago
pub_key.go Address is a type alias 7 years ago
pub_key_test.go Add Address type which is HexBytes 7 years ago
pubkeyinner_wrapper.go Change codegen name holder->wrapper 7 years ago
random.go CRandHex: fix up doc to mention length of digits 7 years ago
signature.go Merge pull request #53 from tendermint/constant-time-equals 7 years ago
signature_test.go Merge pull request #58 from tendermint/sdk2 7 years ago
signatureinner_wrapper.go Change codegen name holder->wrapper 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, version, glide 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"