File: doc.go

package info (click to toggle)
golang-github-cloudflare-circl 1.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 18,064 kB
  • sloc: asm: 20,492; ansic: 1,292; makefile: 68
file content (10 lines) | stat: -rw-r--r-- 418 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
// Package csidh implements commutative supersingular isogeny-based Diffie-Hellman
// key exchange algorithm (CSIDH) resulting from the group action. Implementation
// uses prime field of a size 512-bits.
// This implementation is highly experimental work and currently it is not suitable
// for securing systems.
//
// References:
//   - cSIDH:        ia.cr/2018/383
//   - Faster cSIDH: ia.cr/2018/782
package csidh