3 overrides of SignMuCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.cs (1)
51
protected override void
SignMuCore
(ReadOnlySpan<byte> mu, Span<byte> destination) =>
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
100
protected override void
SignMuCore
(ReadOnlySpan<byte> externalMu, Span<byte> destination) =>
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
55
protected override void
SignMuCore
(ReadOnlySpan<byte> externalMu, Span<byte> destination)
1 reference to SignMuCore
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
583
SignMuCore
(externalMu, destination);