liboqs/docs/algorithms/kem_sidh.md
Douglas Stebila 67a2411ba4
Set version in configure, library, and algorithms (#411)
* Set version of liboqs master and add draft release notes

* Add alg_version field for KEMs and signature schemes

* Prettyprint

* Added alg_version for qtesla and picnic.

* Update versioning proposal
2018-10-12 19:20:58 -04:00

1.6 KiB

liboqs master branch algorithm datasheet: kem_sidh

Summary

  • Name: SIDH
  • Algorithm type: key exchange
  • Note: SIDH is as ephemeral key exchange algorithm related to the SIKE KEM (sike.org) submitted to NIST. It is NOT secure to use it with static keys.
  • Main cryptographic assumption: (supersingular) isogeny walk problem
  • Submitters' website: https://github.com/Microsoft/PQCrypto-SIDH
  • Added to liboqs by: Christian Paquin

Parameter sets

Parameter set Security model Claimed NIST security level Public key size (bytes) Secret key size (bytes) Ciphertext size (bytes) Shared secret size (bytes)
Sidh-p503 IND-CPA 1 378 32 378 126
Sidh-p751 IND-CPA 3 564 48 564 188

Implementation

Additional comments

No KAT are available for SIDH.