Construct a public-key encryption scheme which is CPA secure but not circularly secure, relying only on the existence of public-key encryption schemes.
This is a problem from my cryptography course homework. I tried to modify a given CPA secure public-key encryption scheme, for example to modify the secret key to let the orinigal secret key contained in the encryption of the new key. Sadly none of my attempts work so far.