This commit is contained in:
Ethan Buchman
2015-06-09 23:17:19 -04:00
parent 46bd0e5d51
commit 57ff919d50
283 changed files with 54600 additions and 29 deletions

View File

@ -2,8 +2,8 @@ package binary
import (
"bytes"
"code.google.com/p/go.crypto/ripemd160"
"crypto/sha256"
"github.com/tendermint/tendermint/Godeps/_workspace/src/code.google.com/p/go.crypto/ripemd160"
)
func BinaryBytes(o interface{}) []byte {