github.com/cloudflare/circl@v1.5.0/dh/csidh/doc.go (about) 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