Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
Henry Case 4116683608 WIP il y a 3 ans
p434 Code formatting il y a 5 ans
p503 Fix p503 il y a 3 ans
tools WIP il y a 3 ans
README.md Update README.md il y a 4 ans
go.mod Implementation of P434 il y a 5 ans
go.sum Implementation of P434 il y a 5 ans

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.