Kris K dd07c946bb | 4 vuotta sitten | |
---|---|---|
p434 | 5 vuotta sitten | |
p503 | 5 vuotta sitten | |
tools | 5 vuotta sitten | |
README.md | 4 vuotta sitten | |
go.mod | 5 vuotta sitten | |
go.sum | 5 vuotta sitten |
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.
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
.