crypto: delete unused code (#3426)

This commit is contained in:
needkane
2019-03-19 20:00:53 -04:00
committed by Ethan Buchman
parent a6349f5063
commit 60b2ae5f5a
3 changed files with 0 additions and 18 deletions
-7
View File
@@ -26,10 +26,3 @@ func ExampleSha256() {
// Output:
// f91afb642f3d1c87c17eb01aae5cb65c242dfdbe7cf1066cc260f4ce5d33b94e
}
func ExampleRipemd160() {
sum := crypto.Ripemd160([]byte("This is Tendermint"))
fmt.Printf("%x\n", sum)
// Output:
// 051e22663e8f0fd2f2302f1210f954adff009005
}