Click or drag to resize

DigestProviderGetDigest Method

Returns digest

Namespace:  Guardtime.KSI.Crypto.BouncyCastle.Hashing
Assembly:  ksi-net-api-crypto-bouncycastle (in ksi-net-api-crypto-bouncycastle.dll) Version: 3.11.534.0 (3.11.534.0)
Syntax
public static IDigest GetDigest(
	HashAlgorithm algorithm
)

Parameters

algorithm
Type: Guardtime.KSI.HashingHashAlgorithm

Return Value

Type: IDigest
See Also