[][src]Function ffsend_api::pipe::crypto::ece::len_encrypted

pub fn len_encrypted(len: usize, rs: usize) -> usize

Calcualte length of ECE encrypted data.

This function calculates the length in bytes of the ECE ciphertext. The record size and length in bytes of the plaintext must be given as rs and len.