Search Results for

    Show / Hide Table of Contents

    Struct Ed25519.Signature

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

    Fields

    SizeBytes

    Declaration
    public const int SizeBytes = 64
    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.Signature)

    Declaration
    public bool Equals(Ed25519.Signature other)
    Parameters
    Type Name Description
    Ed25519.Signature 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*

    Verify(ReadOnlySpan<Byte>, Ed25519.PublicKey)

    Declaration
    public bool Verify(ReadOnlySpan<byte> message, Ed25519.PublicKey pk)
    Parameters
    Type Name Description
    ReadOnlySpan<Byte> message
    Ed25519.PublicKey pk
    Returns
    Type Description
    Boolean

    Verify<TMessage>(TMessage, Ed25519.PublicKey)

    Declaration
    public bool Verify<TMessage>(TMessage message, Ed25519.PublicKey pk)
        where TMessage : IByteArray
    Parameters
    Type Name Description
    TMessage message
    Ed25519.PublicKey pk
    Returns
    Type Description
    Boolean
    Type Parameters
    Name Description
    TMessage

    Operators

    Equality(Ed25519.Signature, Ed25519.Signature)

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

    Inequality(Ed25519.Signature, Ed25519.Signature)

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