Function tcp_handler::encrypt::client_start
source · pub async fn client_start<R: AsyncReadExt + Unpin + Send>(
stream: &mut R,
last: Result<RsaPrivateKey, StarterError>
) -> Result<AesCipher, StarterError>
pub async fn client_start<R: AsyncReadExt + Unpin + Send>(
stream: &mut R,
last: Result<RsaPrivateKey, StarterError>
) -> Result<AesCipher, StarterError>