1
2
3
4
5
6
7
8
9
pub const OP_GET_TEA_ID: &str = "GetTeaId";
pub const OP_EPHEMERAL_PUB_KEY: &str = "GetEphemeralPubKey";
pub const OP_EPHEMERAL_PRI_KEY: &str = "GetEphemeralPriKey";

pub const OP_GEN_RANDOM: &str = "GenerateRandom";
pub const OP_GEN_UUID: &str = "GenerateUuid";
pub const OP_VERIFY_ATTESTATION: &str = "VerifyAttestation";
pub const OP_GET_VERIFICATION_PRCS: &str = "VerificationPcrs";
pub const OP_GET_ATTESTATION_DOC: &str = "AttestationDocument";