We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, there are multiple crates in this repository, which are difficult to maintain. #107 added a 4th crate, validation_common.
validation_common
Instead, I think we should have just two crates here:
As the quickest way forward, how about we consolidate all crates/* contents into a single attestation crate with following modules:
crates/*
attestation
attestation::sgx
attestation::snp
Common functionality can reside in top-level attestation
The text was updated successfully, but these errors were encountered:
rjzak
Successfully merging a pull request may close this issue.
Currently, there are multiple crates in this repository, which are difficult to maintain. #107 added a 4th crate,
validation_common
.Instead, I think we should have just two crates here:
As the quickest way forward, how about we consolidate all
crates/*
contents into a singleattestation
crate with following modules:attestation::sgx
attestation::snp
Common functionality can reside in top-level
attestation
The text was updated successfully, but these errors were encountered: