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
We have functions transferable_subkey_merge()/transferable_key_merge() to merge together signatures/uids/subkeys for the same key. This was done because of the old C-style design, and we should get rid of this, as pgp_key_t may be merged directly.
The text was updated successfully, but these errors were encountered:
Description
We have functions
transferable_subkey_merge()
/transferable_key_merge()
to merge together signatures/uids/subkeys for the same key. This was done because of the old C-style design, and we should get rid of this, aspgp_key_t
may be merged directly.The text was updated successfully, but these errors were encountered: