This repository was archived by the owner on Apr 17, 2026. It is now read-only.
Release 0.3.4
The changes since 0.3.3 include:
- cc_enclave_binary rule that wraps an entire existing application to run in an enclave
- Creation of a "primitives" layer to more cleanly abstract backend technologies
- New system_call library to generically target untrusted kernel syscalls
- Require explicit configuration of assertion authorities in enclave config
- Various Bazel toolchain compatibility fixes
- Additional POSIX interface implementations
- Improved documentation and testing
- Maintenance work and bug fixes