pub unsafe extern "C" fn olm_pk_encryption(
memory: *mut c_void,
) -> *mut OlmPkEncryption
Expand description
Initialise an encryption object using the supplied memory The supplied memory must be at least olm_pk_encryption_size() bytes
pub unsafe extern "C" fn olm_pk_encryption(
memory: *mut c_void,
) -> *mut OlmPkEncryption
Initialise an encryption object using the supplied memory The supplied memory must be at least olm_pk_encryption_size() bytes