summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyhandle.rs
AgeCommit message (Expand)Author
2020-02-06openpgp: Implement KeyHandle::to_hex.Justus Winter
2020-01-20openpgp: Don't implement From<KeyHandle> for String explicitly.Neal H. Walfield
2020-01-18openpgp: Add a conversion from KeyHandle to String.Neal H. Walfield
2020-01-14openpgp: Add conversions from &KeyHandle to KeyID and Fingerprint.Neal H. Walfield
2020-01-13openpgp: Add conversions from &KeyID and &Fingerprint to KeyHandleNeal H. Walfield
2020-01-13openpgp: Change KeyHandle's PartialOrd and PartialEq implementations.Neal H. Walfield
2019-12-11openpgp: Derive Debug for KeyHandle.Justus Winter
2019-11-27openpgp: Rename ID to KeyHandle.Justus Winter