oyster

Function verify_with_timestamp

Source
pub fn verify_with_timestamp(
    attestation_doc_cbor: Vec<u8>,
    pcrs: [[u8; 48]; 3],
    timestamp: usize,
) -> Result<Vec<u8>, AttestationError>