System.Security.Cryptography.MLDsaCng
Provides a Cryptography Next Generation (CNG) implementation of the Module-Lattice-Based Digital Signature Algorithm (ML-DSA).
namespace System.Security.Cryptography
{
public sealed class MLDsaCng : MLDsa
{
private delegate void KeySelectorFunc (MLDsaPrivateKeyAsn mldsaPrivateKeyAsn, MLDsaAlgorithm algorithm, Span<byte> destination);
public MLDsaCng(CngKey key);
public CngKey GetKey();
}
}