github.com/cloudflare/circl@v1.5.0/dh/curve4q/doc.go (about)

     1  // Package curve4q implements Diffie-Hellman operations using the FourQ curve
     2  // at the 128-bit security level.
     3  //
     4  // References:
     5  //   - https://eprint.iacr.org/2015/565
     6  //   - https://tools.ietf.org/html/draft-ladd-cfrg-4q-01
     7  package curve4q