Search Results for

    Show / Hide Table of Contents

    Struct Ed25519.Seed

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

    Fields

    Size

    Declaration
    public const int Size = 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(Ed25519.Seed)

    Declaration
    public bool Equals(Ed25519.Seed other)
    Parameters
    Type Name Description
    Ed25519.Seed other
    Returns
    Type Description
    Boolean

    GetUnsafePtr()

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

    ToKeyPair()

    Declaration
    public Ed25519.KeyPair ToKeyPair()
    Returns
    Type Description
    Ed25519.KeyPair

    ToPublicKey()

    Declaration
    public Ed25519.PublicKey ToPublicKey()
    Returns
    Type Description
    Ed25519.PublicKey
    ☀
    ☾
    In This Article
    Back to top
    Generated by DocFX
    ☀
    ☾