2 writes to _componentAlgorithm
System.Security.Cryptography (2)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (2)
40_componentAlgorithm = componentAlgorithm; 436_componentAlgorithm = null!;
5 references to _componentAlgorithm
System.Security.Cryptography (5)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (5)
258tradBytesWritten = _componentAlgorithm.SignData(M_prime, tradSig); 335return And(_mldsa.VerifyData(M_prime, mldsaSig, AlgorithmDetails.Label), _componentAlgorithm.VerifyData(M_prime, tradSig)); 388if (!_componentAlgorithm.TryExportPublicKey(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PublicKeySizeInBytes), out int componentBytesWritten)) 412if (!_componentAlgorithm.TryExportPrivateKey(destination.Slice(AlgorithmDetails.MLDsaAlgorithm.PrivateSeedSizeInBytes), out int componentBytesWritten)) 435_componentAlgorithm?.Dispose();