Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
Henry Case 4116683608 WIP há 3 anos
p434 Code formatting há 5 anos
p503 Fix p503 há 3 anos
tools WIP há 3 anos
README.md Update README.md há 4 anos
go.mod Implementation of P434 há 5 anos
go.sum Implementation of P434 há 5 anos

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.