#[unsafe(no_mangle)]pub unsafe extern "C" fn islet_unseal(
sealed: *const c_uchar,
sealed_len: c_int,
plaintext_out: *mut c_uchar,
plaintext_out_len: *mut c_int,
) -> islet_status_tExpand description
Unseals into plaintext the sealed binary provided.
ยงNote
This API currently unseals with a hard-coded key, to simulate unseal operation. In future, this will be finalized to support keys derived from HES.