소스 검색

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



불러오는 중...
취소
저장