github.com/cloudflare/circl@v1.5.0/ecc/fourq/doc.go (about) 1 // Package fourq provides elliptic curve operations over FourQ curve. 2 // 3 // FourQ is a high-speed elliptic curve at the 128-bit security level. This package 4 // contains an AMD64-optimized implementation. In particular, this package does 5 // not implement FourQ's endomorphisms or lattice reduction techniques. 6 // 7 // References: 8 // - https://eprint.iacr.org/2015/565 9 package fourq