Search Results for

    Show / Hide Table of Contents

    Struct ChaCha20Poly1305.AuthTag

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

    Fields

    Size

    Declaration
    public const int Size = 16
    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(ChaCha20Poly1305.AuthTag)

    Declaration
    public bool Equals(ChaCha20Poly1305.AuthTag other)
    Parameters
    Type Name Description
    ChaCha20Poly1305.AuthTag other
    Returns
    Type Description
    Boolean

    GetUnsafePtr()

    Declaration
    public void *GetUnsafePtr()
    Returns
    Type Description
    Void*
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾