Skip to content

Commit c9c18a7

Browse files
committed
Add CAPS 2025 presentation
1 parent e74dac5 commit c9c18a7

File tree

4 files changed

+4
-2
lines changed

4 files changed

+4
-2
lines changed
6.63 MB
Binary file not shown.
10.8 MB
Binary file not shown.

caps-2025.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,6 @@ ProofFrog was one of the examples presented at the [Workshop on Computer-Aided P
1010

1111
The [presentation](assets/caps-2025-presentation-prooffrog.pdf) walked through the pen-and-paper proof that the KEM-DEM construction is IND-CPA-secure, then showed the analogous proof in ProofFrog.
1212

13-
A tutorial file walking through the pen-and-paper and ProofFrog proofs side-by-side, as well as executable ProofFrog files, can be found in the [proof-ladders asymmetric ladder repository on Github](https://github.com/proof-ladders/asymmetric-ladder/tree/main/kemdem/ProofFrog).
13+
A tutorial file walking through the pen-and-paper and ProofFrog proofs side-by-side, as well as executable ProofFrog files, can be found in the [proof-ladders asymmetric ladder repository on Github](https://github.com/proof-ladders/asymmetric-ladder/tree/main/kemdem/ProofFrog).
14+
15+
The Joy of Cryptography-style proof for KEM-DEM IND-CPA security by Mike Rosulek (with awesome animations) can be found at [https://garbledcircus.com/kemdem/left-right](https://garbledcircus.com/kemdem/left-right).

examples.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The proof file can be found [here](https://github.com/ProofFrog/examples/blob/ma
6464

6565
This proves [Claim 15.5](https://joyofcryptography.com/pdf/book.pdf#page=273)
6666

67-
The proof file can be found [here](https://github.com/ProofFrog/examples/blob/main/Proofs/PubEnc/OTS%3D%3ECPA.proof).
67+
The proof file can be found [here](https://github.com/ProofFrog/examples/blob/main/Proofs/PubEnc/OTSimpliesCPA.proof).
6868

6969
## Hybrid Encryption is CPA secure
7070

0 commit comments

Comments
 (0)