You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
more sensible naming.
Calling something a key-pair usually implies public/private. It's awkward
to use it to refer to encryption/decryption. Instead, encryption and
decription keys together are now called Keys. Apart, they're called
subKeys. And a full set (encryption, decryption, public, and private) is
now called a KeyPair.
I also added some convenience functions.