Table of Contents

CreateCryptoSha512Slash256 Method

Definition

Namespace
Cuemon.Security.Cryptography
Assemblies
Cuemon.Security.Cryptography.dll
Source
src/Cuemon.Security.Cryptography/UnkeyedHashFactory.cs

CreateCryptoSha512Slash256(Action<ConvertibleOptions>)

Creates an instance of SecureHashAlgorithm512256.

public static Hash CreateCryptoSha512Slash256(Action<ConvertibleOptions> setup = null)

Parameters

setup Action<ConvertibleOptions>

The ConvertibleOptions which may be configured.

Returns

Hash

A Hash implementation of SecureHashAlgorithm512256.