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 Jul 21, 2023. It is now read-only.
Done Criteria
Use Node's WebCrypto api implementation of ed25519 key pairs.
https://nodejs.org/docs/latest-v18.x/api/webcrypto.html#ed25519ed448x25519x448-key-pairs
Why Important
per https://filecoinproject.slack.com/archives/C03K82MU486/p1669827130627229
Notes
This is still an experimental feature in 18.x
It supports generateKey, exportKey, and importKey but lacks ecrypt, decrypt, wrapKey, and unwrapKey
https://nodejs.org/docs/latest-v18.x/api/webcrypto.html#algorithm-matrix
Per: https://filecoinproject.slack.com/archives/C03K82MU486/p1669827360901159?thread_ts=1669827130.627229&cid=C03K82MU486
The text was updated successfully, but these errors were encountered: