package mldsa

import "github.com/cloudflare/circl/sign/mldsa"

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

Index

Source Files

doc.go

Directories

PathSynopsis
sign/mldsa/mldsa44mldsa44 implements NIST signature scheme ML-DSA-44 as defined in FIPS204.
sign/mldsa/mldsa44/internal
sign/mldsa/mldsa65mldsa65 implements NIST signature scheme ML-DSA-65 as defined in FIPS204.
sign/mldsa/mldsa65/internal
sign/mldsa/mldsa87mldsa87 implements NIST signature scheme ML-DSA-87 as defined in FIPS204.
sign/mldsa/mldsa87/internal
Version
v1.6.1 (latest)
Published
Apr 9, 2025
Platform
linux/amd64
Last checked
3 days ago

Tools for package owners.