summaryrefslogtreecommitdiffstats
path: root/openpgp/src/keyid.rs
AgeCommit message (Expand)Author
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2021-12-13ipc, openpgp: Bump quickcheck to 1.0.3.Nora Widdecke
2021-09-21Avoid matching on &Foo, when a plain Foo pattern worksLars Wirzenius
2021-08-27ffi, openpgp: Cleanup links after cargo intraconv.Nora Widdecke
2021-08-27Convert markdown to intra-doc links.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
2021-03-02openpgp: Fix documentation.Justus Winter
2021-03-02openpgp: Drop spaces from default string representation.Justus Winter
2021-03-02openpgp: Add methods for hexadecimal representation with spaces.Justus Winter
2021-01-21openpgp: Typos.Justus Winter
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-06openpgp: Use non_exhaustive attribute.Nora Widdecke
2020-10-14Replace most 'extern crate' directives with 'use'.Justus Winter
2020-09-22openpgp: Remove `quickcheck` feature.Wiktor Kwapisiewicz
2020-06-11openpgp: Mark enum Fingerprint as non-exhaustive.Justus Winter
2020-06-11openpgp: Mark enum KeyID as non-exhaustive.Justus Winter
2020-06-11openpgp: Improve documentation.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-05-11openpgp: Use {to,from}_be_bytes.Nora Widdecke
2020-04-29openpgp: Re-add KeyID/Fingerprint::from/to_hex.Wiktor Kwapisiewicz
2020-04-06openpgp: Rename as_slice to as_bytes.Nora Widdecke
2020-04-02openpgp: Actually drop KeyID::from_hex.Justus Winter
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-31openpgp: Move definition of struct KeyID.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-18openpgp: Allow formatting KeyID with X and xWiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
2020-03-01oopenpgp: Add a conversion from [u8; 8] to a KeyID.Neal H. Walfield
2020-02-06openpgp: Drop explicit implementation of ToString.Justus Winter
2019-12-03openpgp: Rename openpgp::conversions to openpgp::fmt.Justus Winter
2019-11-26openpgp: Implement From<Fingerprint> for KeyID.Justus Winter
2019-09-03openpgp: Assert that central types are Send and Sync.Justus Winter
2019-08-26openpgp: Implement FromStr for some types.Justus Winter
2019-07-15Prepare for Rust 2018.Justus Winter
2019-06-14openpgp: Add test.Justus Winter
2019-05-30openpgp: Implement From<u64> for KeyID.Justus Winter
2018-12-14openpgp: Implement Arbitrary for KeyID.Justus Winter
2018-11-20openpgp: Add basic support for old-style sigs to the Verifier.Neal H. Walfield
2018-09-27openpgp: Add predicate.Justus Winter
2018-08-29openpgp: Add conversion from KeyIDs to u64.Justus Winter
2018-08-24openpgp: Make functions parsing key ids, fingerprints return Result.Justus Winter
2018-08-13openpgp: Move hex conversion functions, add tests.Justus Winter
2018-06-20openpgp: Make KeyID parsing more robust by accepting fingerprints.Justus Winter
2018-05-17openpgp: Move KeyID and Fingerprint details to their own modulesNeal H. Walfield