summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyhandle.rs
AgeCommit message (Expand)Author
2020-12-11openpgp: Standardize fn main() in doctests.Azul
2020-12-11openpgp: Replace `.unwrap()` in doctests with `?`Azul
2020-12-08openpgp: Use parens for assert_send_and_sync!.Azul
2020-12-08openpgp: Ensure public types are Send and Sync.Azul
2020-11-30openpgp: Improve documentation of Fingerprint, KeyID, and KeyHandle.Nora Widdecke
2020-11-24openpgp: Assert that KeyHandle is Send + Sync.Justus Winter
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-25openpgp: Either derive both Eq and Hash, or impl both.Justus Winter
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