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