Crate tls_detect

Source
Expand description

This library contains utilities to simplify operating multiple protocols through a single network port.

Enums§

Error

Traits§

Read

Functions§

get_encrypted_packet_length
Calculates the length of an encrypted data packet within a byte slice, without consuming the bytes.
is_encrypted
Determines whether a byte slice contains encrypted data at a specified offset.