encrypted_size

Function encrypted_size 

Source
pub fn encrypted_size(text: &[u8], recps: &[PublicKey]) -> usize
Expand description

== 72 + recps.len() * 49 + text.len()