Create double hash, i.e. hash of hash, in byte format of byte input.
public static byte[] Double( byte[] message, HashAlgorithm hashAlg )
Public Shared Function Double ( _ message As Byte(), _ hashAlg As HashAlgorithm _ ) As Byte()
VB6/C equivalent: HASH_Bytes