File: doc.go

package info (click to toggle)
golang-github-cloudflare-circl 1.3.7-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 15,352 kB
  • sloc: asm: 20,491; ansic: 1,292; makefile: 68
file content (8 lines) | stat: -rw-r--r-- 415 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
// Package circl provides a collection of cryptographic primitives. The goal
// of this module is to be used as a tool for experimental deployment of
// cryptographic algorithms targeting Post-Quantum (PQ) and Elliptic
// Curve Cryptography (ECC).
//
// Following blog post describes ideas behind CIRCL in more details:
// https://blog.cloudflare.com/introducing-circl/
package circl // github.com/cloudflare/circl