25개 이상의 토픽을 선택하실 수 없습니다. 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.