Sum256
sum := sha3.Sum256([]byte("hello"))
fmt.Printf("%x\n", sum)
crypto/sha3Keccak-based hashes: SHA3-256, SHA3-512, SHAKE128, SHAKE256. Different construction than SHA-2.
sum := sha3.Sum256([]byte("hello"))
fmt.Printf("%x\n", sum)