|
|
@@ -1,10 +1,10 @@ |
|
|
|
# Supersingular Isogeny Key Encapsulation |
|
|
|
|
|
|
|
``go-sike`` is a Golang implementation of (SIKE)[http://sike.org] - isogeny-based key encryption mechanism. SIKE is a candidate for (standarization)[https://csrc.nist.gov/Projects/Post-Quantum-Cryptography] by NIST as quantum-safe key exchange algorithm. |
|
|
|
``go-sike`` is a Golang implementation of [SIKE](http://sike.org) - isogeny-based key encryption mechanism. SIKE is a candidate for [standarization](https://csrc.nist.gov/Projects/Post-Quantum-Cryptography) by NIST as quantum-safe key exchange algorithm. |
|
|
|
|
|
|
|
## Implementation |
|
|
|
|
|
|
|
This code guarantees correctness of implementation and portability. It is fully compatible with version 3.2 of an algorithm. Implementation currently contains 2 finite fields ``p434`` and ``p503``. |
|
|
|
This code guarantees correctness of implementation and portability. It is fully compatible with version 3.2 of an algorithm. Implementation currently contains 2 finite fields implementations, namely ``p434`` and ``p503``. |
|
|
|
|
|
|
|
|
|
|
|
## Speed - for reference |
|
|
@@ -53,4 +53,4 @@ benchmark old bytes new bytes delta |
|
|
|
BenchmarkKeygen-4 0 0 +0.00% |
|
|
|
BenchmarkEncaps-4 1344 1344 +0.00% |
|
|
|
BenchmarkDecaps-4 1358 1358 +0.00% |
|
|
|
``` |
|
|
|
``` |