wasm-micro-runtime/samples/sgx-ra/non-sgx-verify/README.md
2025-03-07 08:21:54 +08:00

6 lines
279 B
Markdown

# 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/](csharp/) demonstrates such validation using C# as a managed language.