kushaldas / johnnycanencrypt

Python module for OpenPGP written in Rust.
GNU Lesser General Public License v3.0
51 stars 9 forks source link

delete_key method should take either fingerprint or a key object as argument #21

Closed kushaldas closed 4 years ago

kushaldas commented 4 years ago

Right now we accept only fingerprint of a key in the delete_key method. We should also accept a Key object, and delete based on the same.