crypto/rsa.PrecomputedValues.Qinv (field)
5 uses
crypto/rsa (current package)
rsa.go#L205: Qinv *big.Int // Q^-1 mod P
rsa.go#L339: Qinv: Qinv,
rsa.go#L617: priv.Precomputed.Qinv = new(big.Int).ModInverse(priv.Primes[1], priv.Primes[0])
rsa.go#L665: 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.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. |