1 override of HashData
System.Security.Cryptography (1)
System\Security\Cryptography\ECDsaWrapper.cs (1)
184protected override byte[] HashData(byte[] data, int offset, int count, HashAlgorithmName hashAlgorithm) =>
5 references to HashData
System.Security.Cryptography (5)
System\Security\Cryptography\ECDsa.cs (5)
62byte[] hash = HashData(data, offset, count, hashAlgorithm); 739byte[] hash = HashData(data, offset, count, hashAlgorithm); 909hashSpan = HashData(data.ToArray(), 0, data.Length, hashAlgorithm); 1015byte[] hash = HashData(array, 0, data.Length, hashAlgorithm); 1223byte[] ret = HashData(array, 0, data.Length, hashAlgorithm);