Go to file
2020-11-23 10:18:11 +00:00
p434 Code formatting 2019-06-28 14:27:44 +01:00
p503 Fix p503 2020-11-23 10:18:11 +00:00
tools Add sage script for generating parameters 2019-06-28 12:13:58 +01:00
go.mod Implementation of P434 2019-06-28 12:01:19 +01:00
go.sum Implementation of P434 2019-06-28 12:01:19 +01:00
README.md Update README.md 2020-02-08 10:35:53 +00:00

Supersingular Isogeny Key Encapsulation

go-sike is a Golang implementation of SIKE - isogeny-based key encryption mechanism. SIKE is a candidate for standarization by NIST as quantum-safe key exchange algorithm.

Implementation

This code guarantees the correctness of implementation and portability. It is fully compatible with NIST PQC Round 2 submission. The implementation contains 2 finite fields implementations, namely p434 and p503.