Flow.Net
Show / Hide Table of Contents

Class Hasher

Inheritance
Object
Hasher
Namespace: Flow.Net.Sdk.Core.Crypto
Assembly: Flow.Net.Sdk.Core.dll
Syntax
public static class Hasher

Methods

| Improve this Doc View Source

CalculateHash(Byte[], HashAlgo)

Declaration
public static byte[] CalculateHash(byte[] bytes, HashAlgo hashAlgo)
Parameters
Type Name Description
Byte[] bytes
HashAlgo hashAlgo
Returns
Type Description
Byte[]
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX