diff --git a/README.md b/README.md index 5520a63ff12b52027fecfb24becd1770cee2ba9e..bff081fb131ddc4746205cf686bc659e305a67e6 100644 --- a/README.md +++ b/README.md @@ -1,30 +1,17 @@ -# Data-X Talk presentation +# CS 697 presentation -[](https://git.dbogatov.org/bu/PathORAM-Talk/commits/master) - - -## Path ORAM: An Extremely Simple Oblivious RAM Protocol - -Paper by Emil Stefanov *et al.* published in "Proceedings of the 2013 ACM SIGSAC Conference on Computer Communications Security". CCS ’13. Berlin, Germany. - -### Abstract - -> We present Path ORAM, an extremely simple Oblivious RAM protocol with a small amount of client storage. -> Partly due to its simplicity, Path ORAM is the most practical ORAM scheme for small client storage known to date. -> We formally prove that Path ORAM requires log^2 N / log X bandwidth overhead for block size B = X log N. -> For block sizes bigger than Omega(log^2 N), Path ORAM is asymptotically better than the best known ORAM scheme with small client storage. -> Due to its practicality, Path ORAM has been adopted in the design of secure processors since its proposal. +[](https://git.dbogatov.org/bu/CS-697/commits/master) ## About this presentation This presentation is developed by Dmytro Bogatov (dmytro@bu.edu) BU CS PhD student 23'. -The up-to-date version is built in CI and resides as artifact [here](https://git.dbogatov.org/bu/PathORAM-Talk/-/jobs/artifacts/master/raw/presentation.pdf?job=artifacts) or browse all artifacts [here](https://git.dbogatov.org/bu/PathORAM-Talk/-/jobs/artifacts/master/browse?job=artifacts). +The up-to-date version is built in CI and resides as artifact [here](https://git.dbogatov.org/bu/CS-697/-/jobs/artifacts/master/raw/presentation.pdf?job=artifacts) or browse all artifacts [here](https://git.dbogatov.org/bu/CS-697/-/jobs/artifacts/master/browse?job=artifacts). Presentation is written in LaTeX using beamer package. It is compile in CI system (Gitlab CI) which checks spelling, lints latex code, verifies `bibfile.bib` and complies source to PDF file (see [.gitlab-ci.yml](.gitlab-ci.yml)). -Main repo is [git.dbogatov.org/bu/PathORAM-Talk](https://git.dbogatov.org/bu/PathORAM-Talk). +Main repo is [git.dbogatov.org/bu/CS-697](https://git.dbogatov.org/bu/CS-697). ## How to compile