Skip to content

Commit 92b624c

Browse files
committed
README file: Replace links to paper with ACM Author-Izer links
These should allow access without a paywall. They will probably only work when clicked from the GitHub website.
1 parent 3e61e58 commit 92b624c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Cadote: Compiler-Aided Development of Trusted Enclaves
22
======================================================
33

4-
This is the code for [my Masters Thesis](https://www.f30.me/files/masters-thesis.pdf) and our ARES 2022 paper [*Compiler-Aided Development of Trusted Enclaves with Rust*](https://doi.org/10.1145/3538969.3538972).
4+
This is the code for [my Masters Thesis](https://www.f30.me/files/masters-thesis.pdf) and our ARES 2022 paper [*Compiler-Aided Development of Trusted Enclaves with Rust*](https://dl.acm.org/doi/10.1145/3538969.3538972?cid=99660549531).
55
It is quite hacky research-grade code, where I had to go to the limit of what is possible with an LLVM pass.
66
Also, there is quite some C++ code and I'm not much of a C++ programmer.
77
Sorry about that.
88

9-
For details on the idea and its limitations, refer to [the paper](https://doi.org/10.1145/3538969.3538972) or [the thesis](https://www.f30.me/files/masters-thesis.pdf).
9+
For details on the idea and its limitations, refer to [the paper](https://dl.acm.org/doi/10.1145/3538969.3538972?cid=99660549531) or [the thesis](https://www.f30.me/files/masters-thesis.pdf).
1010
When referencing this work, please cite the paper:
1111

1212
```

0 commit comments

Comments
 (0)