pqc_format_get_data

Function pqc_format_get_data 

Source
#[unsafe(no_mangle)]
pub unsafe extern "C" fn pqc_format_get_data( handle: *const PqcFormatHandle, ) -> ByteBuffer
Expand description

Get encrypted data from format

§Returns

ByteBuffer containing data. Must be freed with pqc_free_buffer.

§Safety

Handle must be valid