Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tylerfanelli/cca
Library for ARM CCA
https://github.com/tylerfanelli/cca
Last synced: about 1 month ago
JSON representation
Library for ARM CCA
- Host: GitHub
- URL: https://github.com/tylerfanelli/cca
- Owner: virtee
- License: apache-2.0
- Created: 2023-12-14T23:35:24.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-26T17:12:14.000Z (2 months ago)
- Last Synced: 2024-12-19T03:42:54.575Z (about 2 months ago)
- Language: Rust
- Homepage:
- Size: 12.7 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# cca
The `cca` crate provides an implementation of the [ARM Confidential Computing Architecture (CCA)](https://www.arm.com/architecture/security-features/arm-confidential-compute-architecture) ABIs.
`NOTE`: As of the `0.0.1` release, this crate is **very** experimental. It has only been tested in the ARMv9 FVP, not on real hardware. It also relies on KVM API changes that are **not in upstream Linux**. As such, the `kvm-bindings` and `kvm-ioctls` rust crates do not yet contain the relevant changes to the KVM API either. Because of this, `0.0.1` of this crate relies on personal branches of these crates.
### License
Apache-2.0