attestation-doc-validation 0.10.0

A Rust library for attesting enclaves according to the Evervault Attestation scheme. This crate is used to generate ffi bindings.
Documentation
1
2
3
4
5
6
7
mod crypto;
mod der;
mod pkey;

pub(super) use crypto::{CryptoClient, Hash};
pub(super) use pkey::{PublicKey, SigningPublicKey};
pub(super) mod error;