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
);
335
return And(_mldsa.VerifyData(M_prime, mldsaSig, AlgorithmDetails.
Label
), _componentAlgorithm.VerifyData(M_prime, tradSig));
461
metadata.
Label
.Length + // Label
477
metadata.
Label
.AsSpan().CopyTo(M_prime.AsSpan(offset, metadata.
Label
.Length));
478
offset += metadata.
Label
.Length;