Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Kris K dd07c946bb
Update README.md
há 4 anos
p434 Code formatting há 5 anos
p503 Code formatting há 5 anos
tools Add sage script for generating parameters há 5 anos
README.md Update README.md há 4 anos
go.mod Implementation of P434 há 5 anos
go.sum Implementation of P434 há 5 anos

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.