open-enclave
0.8.2
See the version list below for details.
dotnet add package open-enclave --version 0.8.2
NuGet\Install-Package open-enclave -Version 0.8.2
<PackageReference Include="open-enclave" Version="0.8.2" />
paket add open-enclave --version 0.8.2
#r "nuget: open-enclave, 0.8.2"
// Install open-enclave as a Cake Addin #addin nuget:?package=open-enclave&version=0.8.2 // Install open-enclave as a Cake Tool #tool nuget:?package=open-enclave&version=0.8.2
Open Enclave is an SDK for building enclave applications in C and C++. An
enclave application partitions itself into two components:
1. An untrusted component (called the host) and
2. A trusted component (called the enclave).
An enclave is a protected memory region that provides confidentiality for data
and code execution. It is an instance of a Trusted Execution Environment (TEE)
which is usually secured by hardware.
This SDK aims to generalize the development of enclave applications across TEEs
from different hardware vendors. The current implementation provides support for
Intel SGX as well as preview support for OP-TEE OS on ARM TrustZone. As an
open source project, this SDK also strives to provide a transparent solution
that is agnostic to specific vendors, service providers and choice of operating
systems.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
0.19.4 | 973 | 10/9/2023 | |
0.19.2 | 855 | 7/7/2023 | |
0.19.0 | 487 | 4/29/2023 | |
0.18.5 | 824 | 2/16/2023 | |
0.18.4 | 804 | 11/16/2022 | |
0.18.2 | 609 | 8/15/2022 | |
0.18.1 | 648 | 7/8/2022 | |
0.18.0 | 651 | 6/14/2022 | |
0.17.7 | 616 | 5/4/2022 | |
0.17.6 | 587 | 2/3/2022 | |
0.17.5 | 411 | 12/10/2021 | |
0.17.2 | 469 | 9/20/2021 | |
0.17.1 | 536 | 7/13/2021 | |
0.17.0 | 597 | 7/3/2021 | |
0.16.1 | 531 | 5/25/2021 | |
0.16.0 | 546 | 5/21/2021 | |
0.15.1 | 539 | 7/2/2021 | |
0.15.0 | 484 | 4/2/2021 | |
0.14.1 | 515 | 7/1/2021 | |
0.14.0 | 493 | 2/23/2021 | |
0.13.0 | 565 | 12/16/2020 | |
0.12.0 | 596 | 10/31/2020 | |
0.11.0 | 565 | 9/18/2020 | |
0.10.0 | 641 | 7/22/2020 | |
0.9.0 | 756 | 4/24/2020 | |
0.8.2 | 654 | 3/20/2020 | |
0.8.1 | 642 | 2/11/2020 | |
0.8.0 | 974 | 2/3/2020 | |
0.7.0 | 655 | 10/28/2019 |