Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
Kris K dd07c946bb
Update README.md
před 4 roky
p434 Code formatting před 5 roky
p503 Code formatting před 5 roky
tools Add sage script for generating parameters před 5 roky
README.md Update README.md před 4 roky
go.mod Implementation of P434 před 5 roky
go.sum Implementation of P434 před 5 roky

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.