[][src]Function graphene_sgx::get_quote

pub fn get_quote(user_data: &[u8]) -> Result<Vec<u8>>

Returns SGX quote of the currently executing enclave. user_data will be included in the quote's report_data field (max 64 bytes, will be padded with zeros if shorter).