X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=blobdiff_plain;f=src%2Frr.rs;h=002ea7e7a60b0317f5ebb84ca3c590ad5a161804;hb=3f6d0340fc44f8ca3302ad2216437d85f04b7734;hp=145f0b43fa723f32a769817d01d3595968d841cd;hpb=821d8fdb9880a306ff870c45a9268c0dfff1056e;p=dnssec-prover diff --git a/src/rr.rs b/src/rr.rs index 145f0b4..002ea7e 100644 --- a/src/rr.rs +++ b/src/rr.rs @@ -364,7 +364,9 @@ pub struct RRSig { /// This must match the [`DnsKey::alg`] field in the [`DnsKey`] being used to sign. pub alg: u8, /// The number of labels in the name of the records that this signature is signing. - // TODO: Describe this better in terms of wildcards + /// + /// If this is less than the number of labels in [`Self::name`], this signature is covering a + /// wildcard entry. pub labels: u8, /// The TTL of the records which this [`RRSig`] is signing. pub orig_ttl: u32,