-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add NodeJS nativeCrypto #86
base: master
Are you sure you want to change the base?
Add NodeJS nativeCrypto #86
Conversation
@TJKoury are you aware of @peculliar/webcrypto it is a node implementation of webcrypto and Node v15 also has native support. I am not against having liner support Node but its unclear of the objective? |
The idea is to have an isomorphic code base that supports secp256k1 / Ed25519 / x25519. If I’m not mistaken, @peculiar/webcrypto does not enable those curves in the browser. |
Bump |
See these tests And also it supports |
Ok will check it out. |
Adding NodeJS
crypto.webcrypto
per this issue.@types/node typescript definition is incomplete, created local variable with
:any
for the time being.