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 b4f04f196c
Merge pull request #49 from tendermint/pubKey-invalid-data-returns-empty-pubKey
7 years ago
bcrypt linter: add metalinter to Makefile & apply some fixes 7 years ago
hd linting: little more fixes 7 years ago
keys fix from revert 7 years ago
nano Fix metalinter complaints 7 years ago
.gitignore Got basic key test working 7 years ago
CHANGELOG.md changelog 7 years ago
LICENSE Change license to Apache2.0 9 years ago
Makefile Cleanup nano calls, cannot run parallel test on one hardware device 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 ci for new cli tests 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 Fix unwrap for proper json format 7 years ago
example_test.go example: fix func suffix 7 years ago
glide.lock osx + hid = <3 7 years ago
glide.yaml Update glide deps, nano/hid for osx/golang1.9 7 years ago
hash.go Add seed-able cryptographic random. 8 years ago
priv_key.go Enable privkey validity checking on load 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 PubKeyFromBytes: return zero value PubKey on error 7 years ago
pub_key_test.go PubKeyFromBytes: return zero value PubKey on error 7 years ago
pubkeyinner_wrapper.go Change codegen name holder->wrapper 7 years ago
random.go Moved crypto code to top level again 7 years ago
signature.go write code to actually call ledger app 7 years ago
signature_test.go Moved crypto code to top level again 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 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"