pub fn message_tbs<M: BinEncodable>(
message: &M,
pre_sig0: &SIG,
) -> Result<TBS, ProtoError>
Available on crate feature
dnssec
only.Expand description
Returns the to-be-signed serialization of the given message.
pub fn message_tbs<M: BinEncodable>(
message: &M,
pre_sig0: &SIG,
) -> Result<TBS, ProtoError>
dnssec
only.Returns the to-be-signed serialization of the given message.