python cryptodome – raise ValueError(“Incorrect decryption.”)
Main focus is the key sharing part where the program is supposed to exchange aes keys using rsa but when it gets to AES_key = private_key.decrypt(encrypted_AES_bytes) line, i get an error message of incorrect decryption.