Create double hash, i.e. hash of hash, in byte format of byte input.
Namespace: CryptoSysPKIAssembly: diCrSysPKINet (in diCrSysPKINet.dll) Version: 23.0.0.30549 (23.1.0.0)
Syntaxpublic static byte[] Double(
byte[] message,
HashAlgorithm hashAlg
)
Public Shared Function Double (
message As Byte(),
hashAlg As HashAlgorithm
) As Byte()
Parameters
- message Byte
- Message data in byte format
- hashAlg HashAlgorithm
- Hash algorithm to be used
Return Value
ByteMessage digest
HASH(HASH(m)) in byte format
See Also