Function dcap_ql::quote [−][src]
pub fn quote(report: &Report) -> Result<Vec<u8>, Quote3Error>
Expand description
Turn a Report
into a quote.
Call the quoting enclave to get a quote. The quoting enclave will sign the
Report
if the Report
is valid and generated with the right Targetinfo
.