FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
Preparing search index...
tests
DKGTestVectors
Interface DKGTestVectors<C>
DKG test vectors structure for a ciphersuite.
interface
DKGTestVectors
<
C
extends
Ciphersuite
>
{
secret
:
SigningKey
<
C
>
;
coefficient
:
C
[
"Scalar"
]
;
round1Packages
:
Map
<
string
,
round1
.
Package
<
C
>
>
;
round2Packages
:
Map
<
string
,
round2
.
Package
<
C
>
>
;
publicKeyPackage
:
PublicKeyPackage
<
C
>
;
keyPackage
:
KeyPackage
<
C
>
;
participantId
:
Identifier
<
C
>
;
}
Type Parameters
C
extends
Ciphersuite
Index
Properties
secret
coefficient
round1
Packages
round2
Packages
public
Key
Package
key
Package
participant
Id
Properties
secret
secret
:
SigningKey
<
C
>
coefficient
coefficient
:
C
[
"Scalar"
]
round1
Packages
round1Packages
:
Map
<
string
,
round1
.
Package
<
C
>
>
round2
Packages
round2Packages
:
Map
<
string
,
round2
.
Package
<
C
>
>
public
Key
Package
publicKeyPackage
:
PublicKeyPackage
<
C
>
key
Package
keyPackage
:
KeyPackage
<
C
>
participant
Id
participantId
:
Identifier
<
C
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
secret
coefficient
round1
Packages
round2
Packages
public
Key
Package
key
Package
participant
Id
FROST Rerandomized TypeScript Library - v0.2.2-alpha.3
Loading...
DKG test vectors structure for a ciphersuite.