6 references to Label
System.Security.Cryptography (6)
src\libraries\Common\src\System\Security\Cryptography\CompositeMLDsaManaged.cs (6)
247_mldsa.SignData(M_prime, mldsaSig, AlgorithmDetails.Label); 335return And(_mldsa.VerifyData(M_prime, mldsaSig, AlgorithmDetails.Label), _componentAlgorithm.VerifyData(M_prime, tradSig)); 461metadata.Label.Length + // Label 477metadata.Label.AsSpan().CopyTo(M_prime.AsSpan(offset, metadata.Label.Length)); 478offset += metadata.Label.Length;