New, Sum512, Sum384
sum := sha512.Sum512([]byte("hello"))
fmt.Printf("%x\n", sum)
crypto/sha512SHA-384 and SHA-512 hashes. Same API shape as crypto/sha256.
sum := sha512.Sum512([]byte("hello"))
fmt.Printf("%x\n", sum)