Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PersistKeyMaterialAfterDKG ¶ added in v0.2.2
func PersistKeyMaterialAfterDKG(ctx context.Context, store ShareStore, share ecdsakeygen.LocalPartySaveData, in DKGPersistInput) error
func ValidateLoadedMeta ¶
func ValidateLoadedMeta(keyID, orgID, algorithm, curve string, meta coreshares.ShareMeta, metadataMismatchErr error) error
Types ¶
type DKGPersistInput ¶
type DerivedECDSAOutput ¶ added in v0.2.0
func DeriveECDSAOutputFromShare ¶ added in v0.2.0
func DeriveECDSAOutputFromShare(share ecdsakeygen.LocalPartySaveData, missingPublicKeyErr, missingAddressErr error) (DerivedECDSAOutput, error)
type ShareStore ¶
type ShareStore interface {
}
Click to show internal directories.
Click to hide internal directories.