len_encrypted

Function len_encrypted 

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