Home
last modified time | relevance | path

Searched defs:PrecomputedValues (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/crypto/rsa/
Drsa.go206 type PrecomputedValues struct { struct
207 Dp, Dq *big.Int // D mod (P-1) (or mod Q-1)
208 Qinv *big.Int // Q^-1 mod P
219 CRTValues []CRTValue
221 n, p, q *bigmod.Modulus // moduli for CRT with Montgomery precomputed constants