()
| 21 | ) |
| 22 | |
| 23 | func ExampleSha256() { |
| 24 | sum := crypto.Sha256([]byte("This is Tendermint")) |
| 25 | fmt.Printf("%x\n", sum) |
| 26 | // Output: |
| 27 | // f91afb642f3d1c87c17eb01aae5cb65c242dfdbe7cf1066cc260f4ce5d33b94e |
| 28 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…