Search Results for

    Show / Hide Table of Contents

    Struct Sha512_256_Hash

    Namespace: Algorand.Unity.Crypto
    Assembly: cs.temp.dll.dll
    Syntax
    public struct Sha512_256_Hash : IByteArray, IEquatable<Sha512_256_Hash>

    Fields

    SizeBytes

    Declaration
    public const int SizeBytes = 32
    Field Value
    Type Description
    Int32

    Properties

    Item[Int32]

    Declaration
    public byte this[int index] { get; set; }
    Parameters
    Type Name Description
    Int32 index
    Property Value
    Type Description
    Byte

    Length

    Declaration
    public int Length { get; }
    Property Value
    Type Description
    Int32

    Methods

    Equals(Sha512_256_Hash)

    Declaration
    public bool Equals(Sha512_256_Hash other)
    Parameters
    Type Name Description
    Sha512_256_Hash other
    Returns
    Type Description
    Boolean

    Equals(Object)

    Declaration
    public override bool Equals(object obj)
    Parameters
    Type Name Description
    Object obj
    Returns
    Type Description
    Boolean
    Overrides
    ValueType.Equals(Object)

    GetHashCode()

    Declaration
    public override int GetHashCode()
    Returns
    Type Description
    Int32
    Overrides
    ValueType.GetHashCode()

    GetUnsafePtr()

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    Void*

    Operators

    Equality(Sha512_256_Hash, Sha512_256_Hash)

    Declaration
    public static bool operator ==(in Sha512_256_Hash x, in Sha512_256_Hash y)
    Parameters
    Type Name Description
    Sha512_256_Hash x
    Sha512_256_Hash y
    Returns
    Type Description
    Boolean

    Inequality(Sha512_256_Hash, Sha512_256_Hash)

    Declaration
    public static bool operator !=(in Sha512_256_Hash x, in Sha512_256_Hash y)
    Parameters
    Type Name Description
    Sha512_256_Hash x
    Sha512_256_Hash y
    Returns
    Type Description
    Boolean
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾