Search Results for

    Show / Hide Table of Contents

    Class Sha512

    Inheritance
    Object
    Sha512
    Namespace: Algorand.Unity.Crypto
    Assembly: cs.temp.dll.dll
    Syntax
    public static class Sha512

    Methods

    Hash256Truncated(NativeArray<Byte>.ReadOnly)

    Declaration
    public static Sha512_256_Hash Hash256Truncated(NativeArray<byte>.ReadOnly bytes)
    Parameters
    Type Name Description
    NativeArray.ReadOnly<> bytes
    Returns
    Type Description
    Sha512_256_Hash

    Hash256Truncated(ReadOnlySpan<Byte>)

    Declaration
    public static Sha512_256_Hash Hash256Truncated(ReadOnlySpan<byte> bytes)
    Parameters
    Type Name Description
    ReadOnlySpan<Byte> bytes
    Returns
    Type Description
    Sha512_256_Hash

    Hash256Truncated(Byte*, Int32)

    Declaration
    public static Sha512_256_Hash Hash256Truncated(byte *ptr, int length)
    Parameters
    Type Name Description
    Byte* ptr
    Int32 length
    Returns
    Type Description
    Sha512_256_Hash

    Hash256Truncated<TByteArray>(TByteArray)

    Declaration
    public static Sha512_256_Hash Hash256Truncated<TByteArray>(TByteArray bytes)
        where TByteArray : struct, IByteArray
    Parameters
    Type Name Description
    TByteArray bytes
    Returns
    Type Description
    Sha512_256_Hash
    Type Parameters
    Name Description
    TByteArray
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾