Skip to main content

islet_unseal

Function islet_unseal 

Source
#[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_t
Expand 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.