Documentation ¶
Overview ¶
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/khulnasoft/recryptor/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/khulnasoft/recryptor/sign/schemes
Directories ¶
Path | Synopsis |
---|---|
mldsa44 implements NIST signature scheme ML-DSA-44 as defined in FIPS204.
|
mldsa44 implements NIST signature scheme ML-DSA-44 as defined in FIPS204. |
mldsa65 implements NIST signature scheme ML-DSA-65 as defined in FIPS204.
|
mldsa65 implements NIST signature scheme ML-DSA-65 as defined in FIPS204. |
mldsa87 implements NIST signature scheme ML-DSA-87 as defined in FIPS204.
|
mldsa87 implements NIST signature scheme ML-DSA-87 as defined in FIPS204. |
Click to show internal directories.
Click to hide internal directories.