-
Notifications
You must be signed in to change notification settings - Fork 621
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 crypto module #48
Comments
The best long-term solution is to get this by including webcrypto via gn in main deno. |
I'll try to make simple sha1 hash function in TS. |
Probably @hayd is correct that webcrypto would be best (so this issue should be in deno instead of deno_std) |
SHA1 is required for #29
The text was updated successfully, but these errors were encountered: