Skip to content

Commit

Permalink
Fix clippy too_long_first_doc_paragraph warning
Browse files Browse the repository at this point in the history
  • Loading branch information
ctz committed Nov 19, 2024
1 parent ce73064 commit 4a61440
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,9 @@ impl<'a> Sct<'a> {
}
}

/// Verifies that the SCT `sct` (a `SignedCertificateTimestamp` encoding)
/// Verifies an SCT.
///
/// Checks that the SCT `sct` (a `SignedCertificateTimestamp` encoding)
/// is a correctly signed timestamp for `cert` (a DER-encoded X.509 end-entity
/// certificate) valid `at_time`. `logs` describe the CT logs trusted by
/// the caller to sign such an SCT.
Expand Down

0 comments on commit 4a61440

Please sign in to comment.