RSA decryption of AES Session key fails with ...
https://www.py4u.net/discuss/193408RSA decryption of AES Session key fails with 'AttributeError: 'bytes' object has no attribute 'n'. I'm working on implementing a public key encryption from PyCryptodome on Python 3.6. When I try to create a symmetric encryption key and encrypt/decrypt variables, it all works fine. But the minute I introduce RSA (and PKCS1_OAEP), it all goes ...