|
@ -37,9 +37,6 @@ |
|
|
// sum := crypto.Sha256([]byte("This is Tendermint"))
|
|
|
// sum := crypto.Sha256([]byte("This is Tendermint"))
|
|
|
// fmt.Printf("%x\n", sum)
|
|
|
// fmt.Printf("%x\n", sum)
|
|
|
|
|
|
|
|
|
// Ripemd160
|
|
|
|
|
|
// sum := crypto.Ripemd160([]byte("This is consensus"))
|
|
|
|
|
|
// fmt.Printf("%x\n", sum)
|
|
|
|
|
|
package crypto |
|
|
package crypto |
|
|
|
|
|
|
|
|
// TODO: Add more docs in here
|
|
|
// TODO: Add more docs in here
|