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 eaf4b8c795 fix Equals 7 years ago
bcrypt Added customized bcrypt 8 years ago
hd hd: optimize ReverseBytes + add tests 7 years ago
keys Use longer checksum again 7 years ago
.gitignore Got basic key test working 7 years ago
CHANGELOG.md glide and changelog 7 years ago
LICENSE Change license to Apache2.0 9 years ago
Makefile Removed all cli as it goes into cosmos-sdk 7 years ago
README.md README: add godoc instead of tedious MD regeneration 7 years ago
_gen.go Cleaned up build process, moved codegen to separate package in go-wire 7 years ago
armor.go Moved crypto code to top level again 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 Moved crypto code to top level again 7 years ago
encode_test.go Fix unwrap for proper json format 7 years ago
example_test.go doc.go file started 7 years ago
glide.lock glide and changelog 7 years ago
glide.yaml Add crc16 support 7 years ago
hash.go Add seed-able cryptographic random. 8 years ago
priv_key.go fix Equals 7 years ago
privkeyinner_wrapper.go Change codegen name holder->wrapper 7 years ago
pub_key.go Change codegen name holder->wrapper 7 years ago
pub_key_test.go Moved crypto code to top level again 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 fix Equals 7 years ago
signature_test.go fix Equals 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 version bump and 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"