github.com/cloudflare/circl@v1.5.0/sign/mldsa/doc.go (about) 1 // mldsa implements NIST post-quantum signature scheme ML-DSA (FIPS204) 2 // 3 // Each of the three different security levels of ML-DSA is implemented by a 4 // subpackage. For instance, mldsa44 can be found in 5 // 6 // github.com/cloudflare/circl/sign/mldsa/mldsa44 7 // 8 // If your choice for mode is fixed compile-time, use the subpackages. 9 // To choose a scheme at runtime, use the generic signatures API under 10 // 11 // github.com/cloudflare/circl/sign/schemes 12 package mldsa