浏览代码

Updates README.md

master
Henry Case 6 年前
committed by Kris Kwiatkowski
父节点
当前提交
6943ec9fe9
共有 1 个文件被更改,包括 5 次插入6 次删除
  1. +5
    -6
      README.md

+ 5
- 6
README.md 查看文件

@@ -1,10 +1,8 @@
# `p751sidh`
# `sidh`

Project provides a Go implementation of (ephemeral) supersingular isogeny Diffie-Hellman (SIDH) and supersingular isogeny key exchange (SIKE), as specified in [SIDH-spec, PQC NIST Submission](http://sike.org/files/SIDH-spec.pdf) (Nov 30, 2017).

The implementation is intended for use on the `amd64` architecture only -- no
generic field arithmetic implementation is provided. Portions of the field
arithmetic were ported from the Microsoft Research implementation.
Portions of the field arithmetic were ported from the Microsoft Research implementation.

The SIDH package does NOT implement key validation. It means that it should only be
used for ephemeral DH. Each keypair should be used at most once.
@@ -13,7 +11,8 @@ If you feel that SIDH may be appropriate for you, consult your cryptographer.

## Source code
Project provides following packages:
* ``p751toolbox``: P751 field arithmetic, curve computation and isogeny internal functions
* ``p503``: P503 field arithmetic
* ``p751``: P751 field arithmetic
* ``sidh``: Implementation of SIDH key agreement
* ``sike``: Implementation of SIKE PKE and KEM, based on ``sidh`` package

@@ -23,7 +22,7 @@ At development time following make targets may come handy:
* ``make bench``: benchmarking
* ``make cover``: produces code coverage as txt file (used by travis)

It is possible to add one of following postfixes to each of the targets above, in order to run tests specific to ``-p751toolbox``, ``-sidh`` or ``-sike``.
It is possible to add one of following postfixes to each of the targets above, in order to run tests specific to ``-p503``, ``-p751``, ``-sidh`` or ``-sike``.

## Acknowledgements



正在加载...
取消
保存