summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJustus Winter <justus@sequoia-pgp.org>2020-02-24 18:20:49 +0100
committerJustus Winter <justus@sequoia-pgp.org>2020-02-24 18:48:15 +0100
commit1818a69afd8ace240251bf0504c208d9124c5e0e (patch)
treefa3e7c438a22c94caaaa303b218adf67eb280691
parent37a8dde935d39d239db67fc9ce0ce3fdde6731c7 (diff)
openpgp: Clarify field documentation.
-rw-r--r--openpgp/src/types/revocation_key.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/openpgp/src/types/revocation_key.rs b/openpgp/src/types/revocation_key.rs
index c96910a2..a67f0d4a 100644
--- a/openpgp/src/types/revocation_key.rs
+++ b/openpgp/src/types/revocation_key.rs
@@ -10,7 +10,7 @@ use crate::{
/// Designates a key as a valid third-party revoker.
#[derive(Clone, Debug, PartialEq, Eq, Hash)]
pub struct RevocationKey {
- /// XXX: RFC4880 says nothing about this.
+ /// The public key algorithm used by the authorized key.
pk_algo: PublicKeyAlgorithm,
/// Fingerprint of authorized key.