Table of Contents

Struct Ed25519PublicKey

Namespace
SodotSDK.Ed25519
Assembly
Unity.Temp.dll

An Ed25519 public key, generated by the Keygen(Uuid, ushort, ushort, KeygenSecret, KeygenId[]) function.

public struct Ed25519PublicKey
Inherited Members

Constructors

Ed25519PublicKey(string)

Initializes a new instance of the Ed25519PublicKey struct from a hex string.

public Ed25519PublicKey(string hex)

Parameters

hex string

The public key as a hex string.

Properties

Data

The public key as a byte array.

public byte[] Data { readonly get; set; }

Property Value

byte[]