Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/policy/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -618,7 +618,7 @@ impl Display for NameserverCommsPolicy {
pub enum KeyParameters {
/// The RSASHA256 algorithm with the key length in bits.
RsaSha256(usize),
/// The RSASHA512 w algorithmith the key length in bits.
/// The RSASHA512 algorithm with the key length in bits.
RsaSha512(usize),
/// The ECDSAP256SHA256 algorithm.
///
Expand Down
Loading