Skip to content

pq-pake/pqpake-c

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Post-quantum PAKE C implementation

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages