FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
Preparing search index...
tests
DKGTestVectorsJson
Interface DKGTestVectorsJson
JSON structure for DKG test vectors.
interface
DKGTestVectorsJson
{
config
:
{
MAX_PARTICIPANTS
:
number
;
MIN_PARTICIPANTS
:
number
;
name
?:
string
;
group
?:
string
;
hash
?:
string
;
}
;
inputs
:
{
verifying_key
:
string
;
secret
?:
string
;
[
participantId
:
string
]:
string
|
ParticipantData
|
undefined
;
}
;
}
Index
Properties
config
inputs
Properties
config
config
:
{
MAX_PARTICIPANTS
:
number
;
MIN_PARTICIPANTS
:
number
;
name
?:
string
;
group
?:
string
;
hash
?:
string
;
}
inputs
inputs
:
{
verifying_key
:
string
;
secret
?:
string
;
[
participantId
:
string
]:
string
|
ParticipantData
|
undefined
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
config
inputs
FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
Loading...
JSON structure for DKG test vectors.