You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 11, 2024. It is now read-only.
ed: {
signMessageWithPassphrase, (rename/update to use PrivateKey)
signAndPrintMessage, (update to use private key)
signData, (alias to signDataWithPrivateKey)
},
bls: {
signData, (update from signBls)
verifyData, (update from verifyBls)
}
Acceptance Criteria
Remove all the functions mentioned above
Replace all the usages with functions which uses private key
Description
With new key derivation algorithm, the ed public/private key are not recommended to be generated as it is now.
Remove all the functions below and add the support to generate the key pair with the current derivation as
legacy
.To be removed
To be added
To be updated
Acceptance Criteria
Additional Information
Description assumes #6710 is already implemented
The text was updated successfully, but these errors were encountered: