offline Export Full Private Key
Exports a full exportable Ed25519 private key offline.
Combines secret shares locally to compute the full private key. Useful in an offline recovery setting where key shares are collected manually and used to recover the full private key on an air-gapped device.
Return
The full private key as a hex string, or null if recovery fails
Parameters
secret Shares
A list of secret shares (at least threshold number)