Update README.md

This commit is contained in:
Henry Case 2020-02-08 10:32:46 +00:00 committed by GitHub
parent 37ac9464d8
commit 38915475ca

View File

@ -1,10 +1,10 @@
# Supersingular Isogeny Key Encapsulation # 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 ## 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 ## Speed - for reference