teepot/crates/teepot-tee-quote-verification-rs/src
Harald Hoyer 2a8614c08f
feat: add platform-specific implementations for quote verification
- Introduced conditional compilation for Intel SGX/TDX quote verification based on target OS and architecture.
- Moved Intel-specific logic to a separate module and added a fallback for unsupported platforms.

This is done, so we can pull in the `teepot` crate even on `linux-x86_64`
without the Intel SGX SDK lib dependency.

Signed-off-by: Harald Hoyer <harald@matterlabs.dev>
2025-05-06 12:36:01 +02:00
..
empty.rs feat: add platform-specific implementations for quote verification 2025-05-06 12:36:01 +02:00
intel.rs feat: add platform-specific implementations for quote verification 2025-05-06 12:36:01 +02:00
lib.rs feat: add platform-specific implementations for quote verification 2025-05-06 12:36:01 +02:00