pub fn len_encrypted(len: usize, rs: usize) -> usizeExpand description
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.