Decision Workspace
dcap-artifact-retrieval vs pcs vs fortanix-sgx-abi
Side-by-side comparison of Rust crates
DCAP artifact retrieval tool for Intel SGX remote attestation. DCAP attestations require access to Intel-signed artifacts. This library provides clients with access to these artifacts both from Intel directly, and from Microsoft Azure.
Provisioning Certification Service (PCS) data structures. Data structures related to the Intel Provisioning Certification Service. DCAP attestation requires handling of DCAP artifacts (e.g., PCK certs, TCB info, ...). This crate provides an easy interface for these artifacts.
An interface for Intel SGX enclaves. This is the interface for the `x86_64-fortanix-unknown-sgx` target. This is a small yet functional interface suitable for writing larger enclaves. In contrast to other enclave interfaces, this interface is primarly designed for running entire applications in an enclave. This crate fully describes the type-level interface complete with documentation. For implementors, this crate contains all the type definitions and a macro with the function definitions.
Core Metrics
| dcap-artifact-retrieval | pcs | fortanix-sgx-abi | |
|---|---|---|---|
| Health Score | 59 | 63 | 63 |
| Total Downloads | 11.2K | 22.5K | 4.3M |
| 30d Downloads | 101 | 1.8K | 185.4K |
| Dependents | 0 | 26 | 24 |
| Releases | 13 | 16 | 11 |
| Last Updated | 38d ago | 36d ago | 38d ago |
| Age | 1y 3m | 1y 3m | 7y 4m |
Health Breakdown
Technical Details
| dcap-artifact-retrieval | pcs | fortanix-sgx-abi | |
|---|---|---|---|
| Version | 0.5.0 | 0.8.1 | 0.7.0 |
| Stable (≥1.0) | ✗ No | ✗ No | ✗ No |
| License | MPL-2.0 | MPL-2.0 | MPL-2.0 |
| Dependencies | 21 | 19 | 1 |
| Crate Size | 84KB | 73KB | 14KB |
| Features | 2 | 2 | 2 |
| Yanked % | 0.0% | 0.0% | 0.0% |
| Edition | 2018 | 2018 | — |
| MSRV | — | — | — |
| Owners | 2 (team) | 2 (team) | 1 (team) |
Links
Quick Verdict
- •pcs leads with a health score of 63/100, but none of the options score above 80.
- •fortanix-sgx-abi has the most downloads (4.3M), suggesting wider adoption.