summaryrefslogtreecommitdiffstats
path: root/openpgp/src/fingerprint.rs
AgeCommit message (Expand)Author
2022-02-22openpgp: Support v5 fingerprints.Justus Winter
2022-02-22openpgp: Generalize fingerprint formatting.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 char for single characters.Nora Widdecke
2021-04-09Lint: Use byte literals.Nora Widdecke
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: Improve documentation.Justus Winter
2020-06-08openpgp: Introduce feature flag for quickcheck.Nora Widdecke
2020-04-29openpgp: Re-add KeyID/Fingerprint::from/to_hex.Wiktor Kwapisiewicz
2020-04-08openpgp: Correct spelling in ICAO to Alfa.Nora Widdecke
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-03-31openpgp: Implement Arbitrary for Fingerprint.Justus Winter
2020-03-31openpgp: Improve summary line of modules and types.Justus Winter
2020-03-31openpgp: Move definition of struct Fingerprint.Justus Winter
2020-03-20openpgp: Remove `to_hex` in KeyHandle, KeyID and Fingerprint.Wiktor Kwapisiewicz
2020-03-18openpgp: Allow formatting Fingerprint with X and xWiktor Kwapisiewicz
2020-03-09Switch from failure to anyhow.Justus Winter
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: Fix Fingerprint to KeyID conversion.Justus Winter
2019-02-26openpgp: Add Fingerprint::to_icaoKai Michaelis
2018-11-24Rename the openpgp crate to sequoia-openpgp.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-14openpgp: Allow access to the raw fingerprint data.Justus Winter
2018-05-17openpgp: Move KeyID and Fingerprint details to their own modulesNeal H. Walfield