Skip to content

Commit

Permalink
Add some more text to the readme
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly committed Nov 19, 2024
1 parent 0f2f516 commit 4bb9442
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,10 @@
# Modeling Key Encapsulation Mechanisms in EasyCrypt

EasyCrypt library that generically defines Key Encapsulation Mechanisms
(KEMs), Public-Key Encryption (PKE) schemes, and their properties (both
correctness and security), including the Random Oracle Model (ROM). For
convenience, it also provides some sensible defaults, particularly for
oracles. Most of the content is based on relevant literature.

Includes generic instantiations of KEMs based on variation of the
Fujisaki-Okamoto transform.

0 comments on commit 4bb9442

Please sign in to comment.