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 (12 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
// mldsa implements NIST post-quantum signature scheme ML-DSA (FIPS204)
//
// Each of the three different security levels of ML-DSA is implemented by a
// subpackage. For instance, mldsa44 can be found in
//
//	github.com/cloudflare/circl/sign/mldsa/mldsa44
//
// If your choice for mode is fixed compile-time, use the subpackages.
// To choose a scheme at runtime, use the generic signatures API under
//
//	github.com/cloudflare/circl/sign/schemes
package mldsa