Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 443 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 443 Bytes

CSIDH-UPKE

This is a fork of the CSI-FiSh codebase to demonstrate updatable publick key encryption with CSIDH.

implementation

The implementation depends on GMP for the Babai nearest plane step

All dependencies:

  • make
  • xsltproc
  • gcc
  • libgmp-dev
  • libssl-dev

running

First run "make keccaklib" Build with "make upketest"

Run with "./upketest"

It has been tested on Ubuntu 20.04