Update README.md

This commit is contained in:
Jae Kwon
2018-05-09 13:48:21 -07:00
committed by GitHub
parent aefb6c58b6
commit 35cf21c6eb

View File

@@ -7,6 +7,10 @@ go-crypto is the cryptographic package adapted for Tendermint's uses
## Binary encoding
For Binary encoding, please refer to the [Tendermint encoding spec](https://github.com/tendermint/tendermint/blob/develop/docs/specification/new-spec/encoding.md).
## JSON Encoding
go-crypto `.Bytes()` uses Amino:binary encoding, but Amino:JSON is also supported.
```go