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