You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Henry Case 4116683608 WIP пре 3 година
p434 Code formatting пре 5 година
p503 Fix p503 пре 3 година
tools WIP пре 3 година
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.