crypto/rsa.PrecomputedValues.Dq (field)
7 uses
crypto/rsa (current package)
rsa.go#L204: Dp, Dq *big.Int // D mod (P-1) (or mod Q-1)
rsa.go#L338: Dq: Dq,
rsa.go#L614: priv.Precomputed.Dq = new(big.Int).Sub(priv.Primes[1], bigOne)
rsa.go#L615: priv.Precomputed.Dq.Mod(priv.D, priv.Precomputed.Dq)
rsa.go#L677: m2 := bigmod.NewNat().Exp(t0.Mod(c, Q), priv.Precomputed.Dq.Bytes(), Q)
crypto/x509
pkcs1.go#L120: Dq: key.Precomputed.Dq,
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |