vendor/golang.org/x/crypto/poly1305.macGeneric.Sum (method)

4 uses

	vendor/golang.org/x/crypto/poly1305 (current package)
		poly1305.go#L87: 	h.mac.Sum(&mac)
		poly1305.go#L96: 	h.mac.Sum(&mac)
		sum_generic.go#L31: 	h.Sum(out)
		sum_generic.go#L86: func (h *macGeneric) Sum(out *[TagSize]byte) {