CryptoSys PKI Pro Manual

Hash.Double Method

Create double hash, i.e. hash of hash, in byte format of byte input.

Syntax

[C#]
public static byte[] Double(
   byte[] message,
   HashAlgorithm hashAlg 
)
[VB]
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

Byte
Message digest HASH(HASH(m)) in byte format

See Also

VB6/C equivalent: HASH_Bytes

[Contents] [Index]

[PREV: Hash.BytesFromFile Method...]   [Contents]   [Index]   
   [NEXT: Hash.HexFromBytes Method...]

Copyright © 2004-26 D.I. Management Services Pty Ltd t/a CryptoSys. All rights reserved. Generated 2026-09-21T05:59:39Z.