From 43570388a9dbb56e098bb30ff61d4b0d8795ae09 Mon Sep 17 00:00:00 2001 From: Jae Kwon Date: Wed, 9 May 2018 13:48:49 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 785e887b..4a524c01 100644 --- a/README.md +++ b/README.md @@ -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