From 7dc0ed08cf14fc22dcaeeaca169857717d5ad003 Mon Sep 17 00:00:00 2001 From: Dmytro Bogatov <dmytro@dbogatov.org> Date: Thu, 8 Feb 2018 22:06:18 -0500 Subject: [PATCH] Fix README. --- README.md | 21 ++++----------------- 1 file changed, 4 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index 5520a63..bff081f 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 -- GitLab