math/big.Int.ModSqrt (method)

2 uses

	math/big (current package)
		int.go#L981: func (z *Int) ModSqrt(x, p *Int) *Int {

	crypto/elliptic
		elliptic.go#L427: 	y = y.ModSqrt(y, p)