Available on crate feature
dnssec
only.Expand description
hash functions for DNSSEC operations
Structs§
- TBS
- Data To Be Signed.
Functions§
- determine_
name - RFC 4035, DNSSEC Protocol Modifications, March 2005
- message_
tbs - Returns the to-be-signed serialization of the given message.
- rrset_
tbs - Returns the to-be-signed serialization of the given record set.
- rrset_
tbs_ with_ rrsig - Returns the to-be-signed serialization of the given record set using the information provided from the RRSIG record.
- rrset_
tbs_ with_ sig - Returns the to-be-signed serialization of the given record set using the information provided from the SIG record.