3 overrides of VerifyMuCore
System.Security.Cryptography (3)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaCng.cs (1)
55
protected override bool
VerifyMuCore
(ReadOnlySpan<byte> mu, ReadOnlySpan<byte> signature) =>
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsaImplementation.Windows.cs (1)
103
protected override bool
VerifyMuCore
(ReadOnlySpan<byte> externalMu, ReadOnlySpan<byte> signature) =>
System\Security\Cryptography\MLDsaOpenSsl.NotSupported.cs (1)
61
protected override bool
VerifyMuCore
(ReadOnlySpan<byte> externalMu, ReadOnlySpan<byte> signature)
1 reference to VerifyMuCore
System.Security.Cryptography (1)
src\runtime\src\libraries\Common\src\System\Security\Cryptography\MLDsa.cs (1)
641
return
VerifyMuCore
(externalMu, signature);