Skip to content

Files

Latest commit

b73ea44 · Apr 19, 2024

History

History
24 lines (15 loc) · 677 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 677 Bytes

Post-quantum PAKE C Implementation

This repository contains the C implementation of the post-quantum password-authenticated key exchange algorithms CAKE and OCAKE.

This work is based on the paper introducing both algorithms, as well as several implementation choices regarding the ideal cipher model.

This implementation is based on the PQClean project.

OpenSSL and GMP are also dependencies for this project and should be installed on your system.

Installation

Installation of PQClean

cd PQClean
git submodule update --init --recursive

Compilation

make -j 4