選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Henry Case 4116683608 WIP 4年前
p434 Code formatting 5年前
p503 Fix p503 4年前
tools WIP 4年前
README.md Update README.md 4年前
go.mod Implementation of P434 5年前
go.sum Implementation of P434 5年前

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.