Search Results for

    Show / Hide Table of Contents

    Struct Digest

    Namespace: Algorand.Unity
    Assembly: cs.temp.dll.dll
    Syntax
    [Serializable]
    [AlgoApiFormatter(typeof(ByteArrayFormatter<Digest>))]
    public struct Digest : IByteArray, IEquatable<Digest>

    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(Digest)

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

    GetUnsafePtr()

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

    Operators

    Implicit(Digest to Sha512_256_Hash)

    Declaration
    public static implicit operator Sha512_256_Hash(Digest digest)
    Parameters
    Type Name Description
    Digest digest
    Returns
    Type Description
    Sha512_256_Hash

    Implicit(Sha512_256_Hash to Digest)

    Declaration
    public static implicit operator Digest(Sha512_256_Hash hash)
    Parameters
    Type Name Description
    Sha512_256_Hash hash
    Returns
    Type Description
    Digest
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾