Skip to content

Commit

Permalink
Merge branch 'main' into codeowners
Browse files Browse the repository at this point in the history
  • Loading branch information
dconnolly authored Nov 19, 2024
2 parents c7d7b77 + 905db74 commit 6f90adc
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 6f90adc

Please sign in to comment.