2 writes to _mldsa
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (2)
39_mldsa = mldsa; 433_mldsa = null!;
5 references to _mldsa
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (5)
247_mldsa.SignData(M_prime, mldsaSig, AlgorithmDetails.Label); 335return And(_mldsa.VerifyData(M_prime, mldsaSig, AlgorithmDetails.Label), _componentAlgorithm.VerifyData(M_prime, tradSig)); 385_mldsa.ExportMLDsaPublicKey(destination.Slice(0, AlgorithmDetails.MLDsaAlgorithm.PublicKeySizeInBytes)); 409_mldsa.ExportMLDsaPrivateSeed(destination.Slice(0, AlgorithmDetails.MLDsaAlgorithm.PrivateSeedSizeInBytes)); 432_mldsa?.Dispose();