crypto/rsa.CRTValue.Coeff (field)

3 uses

	crypto/rsa (current package)
		rsa.go#L224: 	Coeff *big.Int // R·Coeff ≡ 1 mod Prime.
		rsa.go#L629: 		values.Coeff = new(big.Int).ModInverse(r, prime)

	crypto/x509
		pkcs1.go#L128: 		priv.AdditionalPrimes[i].Coeff = values.Coeff