25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
Kris K dd07c946bb
Update README.md
4 yıl önce
p434 Code formatting 5 yıl önce
p503 Code formatting 5 yıl önce
tools Add sage script for generating parameters 5 yıl önce
README.md Update README.md 4 yıl önce
go.mod Implementation of P434 5 yıl önce
go.sum Implementation of P434 5 yıl önce

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.