Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
Kris K dd07c946bb
Update README.md
4 роки тому
p434 Code formatting 5 роки тому
p503 Code formatting 5 роки тому
tools Add sage script for generating parameters 5 роки тому
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.