Skip to content

Commit

Permalink
Correct outdated code comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
ximon18 committed Dec 27, 2024
1 parent ea56b58 commit 40c678c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sign/records.rs
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ where
nsec3_flags |= 0b0000_0001;
}

// RFC 5155 7.1 step 5: _"Sort the set of NSEC3 RRs into hash order."
// We store the NSEC3s as we create them in a self-sorting vec.
// RFC 5155 7.1 step 5: "Sort the set of NSEC3 RRs into hash order."
// We store the NSEC3s as we create them and sort them afterwards.
let mut nsec3s = Vec::<Record<N, Nsec3<Octets>>>::new();

let mut ents = Vec::<N>::new();
Expand Down

0 comments on commit 40c678c

Please sign in to comment.