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.NET]
Public Shared Function Double ( _
	message As Byte(), _
	hashAlg As HashAlgorithm _
) As Byte()

Parameters

message
Message data in byte format
hashAlg
Type: HashAlgorithm
Hash algorithm to be used

Return Value

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-24 D.I. Management Services Pty Ltd. All rights reserved. Generated 2024-09-23T07:52:09Z.