← Prev in month ← Prev in thread

Regarding CRT components of RSA private key,

From
Brahmaji K <>
Date
2021-09-01T05:28:43+00:00
ID
CAO5S7GgVttcGhTUkG9id=
Thread
Regarding CRT components of RSA private key,
RSAPrivateKey ::= SEQUENCE {
             version           Version,
             modulus           INTEGER,  -- n
             publicExponent    INTEGER,  -- e
             privateExponent   INTEGER,  -- d
             prime1            INTEGER,  -- p
             prime2            INTEGER,  -- q
             exponent1         INTEGER,  -- d mod (p-1)
             exponent2         INTEGER,  -- d mod (q-1)
             coefficient       INTEGER,  -- (inverse of q) mod p
             otherPrimeInfos   OtherPrimeInfos OPTIONAL
     }
← Prev in month ← Prev in thread