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