Skip to main content

unwrap_blob

Function unwrap_blob 

Source
pub fn unwrap_blob(blob: &[u8]) -> Option<&[u8]>
Expand description

Extract the inner NTLMSSP message from a possibly-SPNEGO-wrapped blob: returns the slice starting at the "NTLMSSP\0" marker, when present.