summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyhandle.rs
AgeCommit message (Expand)Author
2020-04-06openpgp: Rename as_slice to as_bytes.Nora Widdecke
2020-04-02openpgp: Drop Fingerprint::from_hex in favor of FromStr.Justus Winter
2020-04-02openpgp: Drop KeyID::from_hex in favor of FromStr.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-20openpgp: Allow formatting KeyHandle with x and X.Wiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
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