File: doc.go

package info (click to toggle)
golang-github-cloudflare-circl 1.0.0%2B20200724-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,788 kB
  • sloc: asm: 19,418; ansic: 1,289; makefile: 54
file content (11 lines) | stat: -rw-r--r-- 386 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
// Package fourq provides elliptic curve operations over FourQ curve.
//
// FourQ is a high-speed elliptic curve at the 128-bit security level. This package
// contains an AMD64-optimized implementation. In particular, this package does
// not implement FourQ's endomorphisms or lattice reduction techniques.
//
//
// References:
//  - https://eprint.iacr.org/2015/565
//
package fourq