mbedtls V1.2 RSA decryption uses E, how should I calculate E?
The private key should only need D&N, but it seems to depend on E for decryption. How can I calculate E to decrypt correctly
mbedtls V1.2 RSA decryption uses E, how should I calculate E?
The private key should only need D&N, but it seems to depend on E for decryption. How can I calculate E to decrypt correctly