[[sha256 (Go)|sha256]]パッケージを使う。 ```go hash := sha256.Sum256([]byte("hogehoge")) hashString := fmt.Sprintf("%x", hash) ```