-
Notifications
You must be signed in to change notification settings - Fork 27
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
Deprecated #8
Comments
Hi @narayananramu why not use either Node.js |
@jprichardson because
is easier than
|
|
@fanatid also
is easier than
|
just write a one-line wrapper in your own code and call it a day, even safer because it's your own layer of abstraction now: const hash = (payload: string): string => createHash('sha256').update(createHash('sha256').update('string').digest()).digest(); |
Hi
I am interested to carry this project further. I having using the module for more than a year now, I don't find a easy alternative for this library.
The text was updated successfully, but these errors were encountered: