Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
Henry Case 4116683608 WIP 3 år sedan
p434 Code formatting 5 år sedan
p503 Fix p503 3 år sedan
tools WIP 3 år sedan
README.md Update README.md 4 år sedan
go.mod Implementation of P434 5 år sedan
go.sum Implementation of P434 5 år sedan

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.