hash_ser_length

Function hash_ser_length 

Source
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.