Show / Hide Table of Contents

Class Sha512HalfUtil

Inheritance
object
Sha512HalfUtil
Namespace: Xrpl.Utils.Hashes
Assembly: Xrpl.dll
Syntax
public static class Sha512HalfUtil

Fields

| Edit this page View Source

HASH_SIZE

Declaration
public const int HASH_SIZE = 64
Field Value
Type Description
int

Methods

| Edit this page View Source

Sha512Half(string)

Compute a sha512Half Hash of a hex string.

Declaration
public static string Sha512Half(this string hex)
Parameters
Type Name Description
string hex

Hex string to hash.

Returns
Type Description
string

Hash of hex.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX