Search Results for

    Show / Hide Table of Contents

    Struct ChaCha20Poly1305.Nonce

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

    Fields

    SizeBytes

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

    SizeUints

    Declaration
    public const int SizeUints = 3
    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

    Create()

    Declaration
    public static ChaCha20Poly1305.Nonce Create()
    Returns
    Type Description
    ChaCha20Poly1305.Nonce

    Equals(ChaCha20Poly1305.Nonce)

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

    GetUnsafePtr()

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

    Next()

    Declaration
    public ChaCha20Poly1305.Nonce Next()
    Returns
    Type Description
    ChaCha20Poly1305.Nonce

    Operators

    Addition(ChaCha20Poly1305.Nonce, UInt32)

    Declaration
    public static ChaCha20Poly1305.Nonce operator +(ChaCha20Poly1305.Nonce nonce, uint increment)
    Parameters
    Type Name Description
    ChaCha20Poly1305.Nonce nonce
    UInt32 increment
    Returns
    Type Description
    ChaCha20Poly1305.Nonce
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾