pub unsafe extern "C" fn olm_pk_max_plaintext_length(
    decryption: *const OlmPkDecryption,
    ciphertext_length: usize
) -> usize
Expand description

Get the length of the plaintext that will correspond to a ciphertext of the given length.