No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Kris K dd07c946bb
Update README.md
hace 4 años
p434 Code formatting hace 5 años
p503 Code formatting hace 5 años
tools Add sage script for generating parameters hace 5 años
README.md Update README.md hace 4 años
go.mod Implementation of P434 hace 5 años
go.sum Implementation of P434 hace 5 años

README.md

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.