Not implemented: crypto.generateKeyPairSync
I don't understand why I'm getting this error. The code is:
3 Replies
that API is currently not implemented. IIRC @iuioiua is working on the polyfill for the API
Aww man. Thanks for the info, I'll find an npm alternative.
I’m actually working on
crypto.createSecretKey()
. crypto.generateKeyPairSync()
is up for grabs.