decrypt(uint32_t *pt, const uint32_t *ct) | RSACrypt | |
encrypt(uint32_t *ct, const uint32_t *pt) | RSACrypt | |
generatePrivateKey(uint32_t limbs) | RSACrypt | |
getFactorLimbs() | RSACrypt | |
getModLimbs() | RSACrypt | |
getPrivateP(uint32_t *p) | RSACrypt | |
getPrivateQ(uint32_t *q) | RSACrypt | |
getPublicExponent() | RSACrypt | |
getPublicModulus(uint32_t *modulus) | RSACrypt | |
RSACrypt() | RSACrypt | |
setPrivateKey(const uint32_t *p, const uint32_t *q, int halfFactorLimbs) | RSACrypt | |
setPublicKey(const uint32_t *modulus, int mod_limbs, uint32_t e) | RSACrypt | |
~RSACrypt() | RSACrypt |