Bladeren bron

Update README.md

master
Kris K 4 jaren geleden
committed by GitHub
bovenliggende
commit
38915475ca
1 gewijzigde bestanden met toevoegingen van 3 en 3 verwijderingen
  1. +3
    -3
      README.md

+ 3
- 3
README.md Bestand weergeven

@@ -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
@@ -53,4 +53,4 @@ benchmark old bytes new bytes delta
BenchmarkKeygen-4 0 0 +0.00% BenchmarkKeygen-4 0 0 +0.00%
BenchmarkEncaps-4 1344 1344 +0.00% BenchmarkEncaps-4 1344 1344 +0.00%
BenchmarkDecaps-4 1358 1358 +0.00% BenchmarkDecaps-4 1358 1358 +0.00%
```
```

Laden…
Annuleren
Opslaan