Class Sha512HalfUtil
Inheritance
object
Sha512HalfUtil
Namespace: Xrpl.Utils.Hashes
Assembly: Xrpl.dll
Syntax
public static class Sha512HalfUtil
Fields
| Edit this page View SourceHASH_SIZE
Declaration
public const int HASH_SIZE = 64
Field Value
| Type | Description |
|---|---|
| int |
Methods
| Edit this page View SourceSha512Half(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. |