...

Source file src/github.com/cloudflare/circl/dh/csidh/doc.go

Documentation: github.com/cloudflare/circl/dh/csidh

     1  // Package csidh implements commutative supersingular isogeny-based Diffie-Hellman
     2  // key exchange algorithm (CSIDH) resulting from the group action. Implementation
     3  // uses prime field of a size 512-bits.
     4  // This implementation is highly experimental work and currently it is not suitable
     5  // for securing systems.
     6  //
     7  // References:
     8  //   - cSIDH:        ia.cr/2018/383
     9  //   - Faster cSIDH: ia.cr/2018/782
    10  package csidh
    11  

View as plain text