Table of Contents

Struct Ed25519SecretShare

Namespace
SodotSDK.Ed25519
Assembly
Unity.Temp.dll

A hex string that represents a secret value that must be provided when participating in a keygen.

public struct Ed25519SecretShare
Inherited Members

Constructors

Ed25519SecretShare(string)

Initializes a new instance of the Ed25519SecretShare struct.

public Ed25519SecretShare(string SecretShareHex)

Parameters

SecretShareHex string

The secret share identifier.

Properties

SecretShareHex

The per-party private key material that is used for threshold signing.

public string SecretShareHex { readonly get; set; }

Property Value

string