This repository was archived by the owner on May 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 27
Design principles
Mike Bursell edited this page Nov 6, 2019
·
5 revisions
The Enarx project adheres to and champions the following Design Principles:
- Minimal Trusted Computing Base
- Minimum trust relationships
- Deployment-time portability
- Network stack outside TCB
- Security at rest, in transit and in use
- Auditability
- Open source
- Open standards
- Memory safety
- No backdoors
Should you be interested, you can see more details about each of these principles on the extended Design Principles page.
For more about contributing in general, please read our guide on how to contribute.