Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ TryHashData()

override bool System.Security.Cryptography.ECDsaImplementation.ECDsaCng.TryHashData ( ReadOnlySpan< byte > source,
Span< byte > destination,
HashAlgorithmName hashAlgorithm,
out int bytesWritten )
inlineprotectedvirtual

Reimplemented from System.Security.Cryptography.ECDsa.

Definition at line 149 of file ECDsaImplementation.cs.

150 {
151 return CngCommon.TryHashData(source, destination, hashAlgorithm, out bytesWritten);
152 }
static bool TryHashData(ReadOnlySpan< byte > source, Span< byte > destination, HashAlgorithmName hashAlgorithm, out int bytesWritten)
Definition CngCommon.cs:17

References System.destination, System.source, and Internal.Cryptography.CngCommon.TryHashData().