Coder Social home page Coder Social logo

post-quantum-state-leakage-secure-ake's Introduction

Signal Conforming AKE protocol

Description

Repository provides a full-fledged, generic C implementation of work described in a paper "An Efficient and Generic Construction for Signal’s Handshake (X3DH): Post-Quantum, State Leakage Secure, and Deniable". Implementation instantiates a protocol with several Round 3 candidates (finalists and alternates) to the NIST post-quantum standardization process. Benchmarking tool can be use to compare the resulting bandwidth and computation costs.

Building

Project uses PQ Crypto Catalog, LibTomCrypt as cryptographic primitives providers. We also use branch of google-benchmark for benchmarking. Those libraries are added as git submodules. We tested compilation on Linux platform only.

Use the following commands for building:

  • Checkout & Build:
git clone https://github.com/post-quantum-cryptography/post-quantum-state-leakage-secure-ake.git
cd post-quantum-state-leakage-secure-ake
mkdir -p build
cd build
cmake -DCMAKE_BUILD_TYPE=Release ..
make

Results

Compilation produces two binaries - sneik_test and sneik_bench. The former runs a set of tests, which checks if two parties can use the protocol to establish a session. The latter produces measurement results described in chapter 5 of the paper. File etc/results.xls stores those results.

post-quantum-state-leakage-secure-ake's People

Contributors

kriskwiatkowski avatar

Stargazers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.