Skip to content

Commit

Permalink
IANA ZONEMD algorithm mnemonics are not hyphenated.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 authored Dec 2, 2024
1 parent 7d82fb7 commit d062747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/base/iana/zonemd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,10 @@ int_enum! {
ZonemdAlg, u8;

/// Specifies that the SHA-384 algorithm is used.
(SHA384 => 1, "SHA-384")
(SHA384 => 1, "SHA384")

/// Specifies that the SHA-512 algorithm is used.
(SHA512 => 2, "SHA-512")
(SHA512 => 2, "SHA512")
}

int_enum_str_decimal!(ZonemdAlg, u8);
Expand Down

0 comments on commit d062747

Please sign in to comment.