math/big.Int.ModSqrt (method)

2 uses

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

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