Struct Ed25519Signature
An Ed25519 signature., generated by the Sign(Uuid, Ed25519SecretShare, byte[], uint[]) function.
public struct Ed25519Signature
- Inherited Members
Constructors
Ed25519Signature(string)
Initializes a new instance of the Ed25519Signature struct from a hex string.
public Ed25519Signature(string hex)
Parameters
hexstringThe signature as a hex string.
Properties
Signature
The signature bytes.
public readonly byte[] Signature { get; }
Property Value
- byte[]