Struct Ed25519PublicKey
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
hexstringThe public key as a hex string.
Properties
Data
The public key as a byte array.
public byte[] Data { readonly get; set; }
Property Value
- byte[]