crypto/internal/fips140/sha256.Digest.Sum (method, view implemented interface methods)

2 uses

	crypto/internal/fips140/sha256 (current package)
		cast.go#L27: 		if got := h.Sum(nil); !bytes.Equal(got, want) {
		sha256.go#L184: func (d *Digest) Sum(in []byte) []byte {