crypto/rsa.PrecomputedValues.Dp (field)
8 uses
crypto/rsa (current package)
rsa.go#L184: Dp, Dq *big.Int // D mod (P-1) (or mod Q-1)
rsa.go#L459: if priv.Precomputed.Dp != nil {
rsa.go#L463: priv.Precomputed.Dp = new(big.Int).Sub(priv.Primes[0], bigOne)
rsa.go#L464: priv.Precomputed.Dp.Mod(priv.D, priv.Precomputed.Dp)
rsa.go#L531: if priv.Precomputed.Dp == nil {
rsa.go#L535: m = new(big.Int).Exp(c, priv.Precomputed.Dp, priv.Primes[0])
crypto/x509
pkcs1.go#L119: Dp: key.Precomputed.Dp,
![]() |
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. |