Browse Source

Update README.md

pull/1782/head
Jae Kwon 6 years ago
committed by GitHub
parent
commit
35cf21c6eb
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      README.md

+ 4
- 0
README.md 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


Loading…
Cancel
Save