-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Afraz Arif Khan edited this page Jun 16, 2018
·
4 revisions
This repository is organised primarily through branches:
- Master: The high-level branch that achieves all the required specifications for the simple Post-Quantum Key Exchange.
- Keylength: Specifically designed to extend the single-bit scheme in C and Python into a multiple-bit scheme.
- Singlebit: A reference branch for the original single-bit scheme.
- TLS: This branch has no TLS development, instead it is being used to explore the error distribution effects in C.
- Testing: This branch is designed for running the test-suite for the Post-quantum key exchange for both C and Python.