3 references to HashSpanToArray
System.Security.Cryptography (3)
System\Security\Cryptography\DSA.cs (3)
236
byte[] hash =
HashSpanToArray
(data, hashAlgorithm);
533
byte[] hash =
HashSpanToArray
(data, hashAlgorithm);
892
return
HashSpanToArray
(data, hashAlgorithm);