teepot/crates/teepot-vault
Harald Hoyer 2118466a8a
refactor: replace custom Quote parsing with library version
- Removed custom `Quote` structure and parsing logic in `teepot/src/sgx/mod.rs`.
- Updated references to use the library-provided `Quote` methods, such as `Quote::parse` and `get_report_data`.
- Simplified code and reduced redundancy by leveraging existing library functionality.
2025-05-05 14:54:41 +02:00
..
bin refactor(quote): move TCB level logic to a dedicated module 2025-04-04 17:05:23 +02:00
src refactor: replace custom Quote parsing with library version 2025-05-05 14:54:41 +02:00
tests/data chore: split-out vault code from teepot in teepot-vault 2025-03-06 09:47:51 +01:00
Cargo.toml feat: compat code for non x86_64-linux 2025-04-10 11:57:46 +02:00