derivePubkey

fun derivePubkey(secretShare: Ed25519SecretShare, derivationPath: IntArray): Ed25519PublicKey

Derives a public key from an Ed25519 secret share.

Return

The derived public key as a hex string

Parameters

secretShare

The secret share

derivationPath

The derivation path to use for computing the public key