Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Henry Case 4116683608 WIP pirms 3 gadiem
p434 Code formatting pirms 5 gadiem
p503 Fix p503 pirms 3 gadiem
tools WIP pirms 3 gadiem
README.md Update README.md pirms 4 gadiem
go.mod Implementation of P434 pirms 5 gadiem
go.sum Implementation of P434 pirms 5 gadiem

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.