crypto/rsa.PrecomputedValues.Qinv (field)
7 uses
crypto/rsa (current package)
rsa.go#L185: Qinv *big.Int // Q^-1 mod P
rsa.go#L469: priv.Precomputed.Qinv = new(big.Int).ModInverse(priv.Primes[1], priv.Primes[0])
rsa.go#L541: m.Mul(m, priv.Precomputed.Qinv)
crypto/x509
pkcs1.go#L121: Qinv: key.Precomputed.Qinv,
golang.org/x/crypto/openpgp/packet
private_key.go#L224: return writeBig(w, priv.Precomputed.Qinv)
golang.org/x/crypto/ssh/agent
client.go#L543: Iqmp: k.Precomputed.Qinv,
client.go#L676: Iqmp: k.Precomputed.Qinv,
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |