An currated overview of academic research on Arm Confidential Compute Architecture.
https://cca-research.github.io
Create a new file at data/papers/<year>-<id>.yml, where <id> is a name.
See data/template.yml and data/papers/* as an example:
title: "Paper Title"
authors:
- Author 1
- Author 2
institutions:
- University 1
- University 2
year: 2025
venue: Short Name of conference
paper: https://github.com/paper.pdfAnd open a pull request with your new file.
| Field | Required | Type | Notes |
|---|---|---|---|
title |
yes | string | |
authors |
yes | list of strings | at least one |
institutions |
yes | list of strings | at least one |
year |
yes | number | year published |
venue |
yes | string | e.g. conference/workshop short name |
paper |
yes | string (URL) | link to the paper, if possible find direct PDF |
Optional Fields:
| Field | Required | Type | Notes |
|---|---|---|---|
month |
no | number | month, useful to sort papers |
day |
no | number | day, useful to sort papers |
code |
no | string (URL) | link to code |
slides |
no | string (URL) | link to slides |
web |
no | string (URL) | link to a website |
# On linux
make validateSee Makefile for details.