crypto/rsa.PrecomputedValues.Qinv (field)
5 uses
	crypto/rsa (current package)
		rsa.go#L208: 	Qinv   *big.Int // Q^-1 mod P
		rsa.go#L342: 				Qinv:      Qinv,
		rsa.go#L616: 	priv.Precomputed.Qinv = new(big.Int).ModInverse(priv.Primes[1], priv.Primes[0])
		rsa.go#L664: 		Qinv, err := bigmod.NewNat().SetBytes(priv.Precomputed.Qinv.Bytes(), P)
	crypto/x509
		pkcs1.go#L121: 		Qinv:    key.Precomputed.Qinv,
|  | The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |