wasm-micro-runtime/samples/sgx-ra/non-sgx-verify
2025-03-07 08:21:54 +08:00
..
csharp Clarify how to verify SGX evidence without an Intel SGX-enabled platform (#3158) 2024-02-17 18:44:22 +08:00
README.md fix: correct typos and improve comments across multiple files by codespell (#4116) 2025-03-07 08:21:54 +08:00

Examples of evidence verification without Intel SGX

Intel SGX evidence generated using WAMR can be validated on trusted platforms without Intel SGX, or an Intel processors.

Using C#

The sample csharp/ demonstrates such validation using C# as a managed language.