crypto/rsa.PrivateKey.D (field)
13 uses
crypto/rsa (current package)
rsa.go#L114: D *big.Int // private exponent
rsa.go#L135: if !priv.PublicKey.Equal(&xx.PublicKey) || !bigIntEqual(priv.D, xx.D) {
rsa.go#L258: de.Mul(de, priv.D)
rsa.go#L337: D: D,
rsa.go#L426: priv.D = new(big.Int)
rsa.go#L428: ok := priv.D.ModInverse(e, totient)
rsa.go#L611: priv.Precomputed.Dp.Mod(priv.D, priv.Precomputed.Dp)
rsa.go#L614: priv.Precomputed.Dq.Mod(priv.D, priv.Precomputed.Dq)
rsa.go#L625: values.Exp.Mod(priv.D, values.Exp)
rsa.go#L660: m = bigmod.NewNat().Exp(c, priv.D.Bytes(), N)
crypto/x509
pkcs1.go#L77: key.D = priv.D
pkcs1.go#L116: D: key.D,
 |
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. |