Searched defs:PrecomputedValues (Results 1 – 1 of 1) sorted by relevance
206 type PrecomputedValues struct { struct207 Dp, Dq *big.Int // D mod (P-1) (or mod Q-1)208 Qinv *big.Int // Q^-1 mod P219 CRTValues []CRTValue221 n, p, q *bigmod.Modulus // moduli for CRT with Montgomery precomputed constants