pub fn hash_ser_length(
hash_ctx: &mut impl SSHWireDigestUpdate,
value: &dyn SSHEncode,
) -> Result<()>Expand description
Hashes the SSH wire format representation of value, with a u32 length prefix.
pub fn hash_ser_length(
hash_ctx: &mut impl SSHWireDigestUpdate,
value: &dyn SSHEncode,
) -> Result<()>Hashes the SSH wire format representation of value, with a u32 length prefix.