Private-key and public-key
I’ve been “weasel-wording” use of key
Inversion of e() might be done with a second transformation d(), such that cleartext = d(e(cleartext,key1),key2)
d() and e() need not be the same, AND
key1 and key2 need not be the same