func golang.org/x/crypto/poly1305.Verify

2 uses

	golang.org/x/crypto/poly1305 (current package)
		poly1305.go#L35: func Verify(mac *[16]byte, m []byte, key *[32]byte) bool {

	golang.org/x/crypto/ssh
		cipher.go#L706: 	if !poly1305.Verify(&mac, c.buf[:contentEnd], &polyKey) {