-
Notifications
You must be signed in to change notification settings - Fork 6.3k
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
In API, reference to non-existent function hash.final() #503
Comments
I'll take care of this :) |
@shelleyp for future reference, the docs are maintained @ https://github.com/nodejs/node/tree/master/doc/api, you're more than welcome to submit a pull request to fix or improve docs when you see something in need. |
Closed
Closing as PR is raised nodejs/node#5050 |
Fishrock123
added a commit
to Fishrock123/nodejs.org
that referenced
this issue
Feb 3, 2016
This was referenced Feb 3, 2016
This was referenced Jun 21, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In API documentation at https://nodejs.org/api/crypto.html#crypto_class_hash a reference to a non-existent API function, hash.final(). It should be hash.digest().
The text was updated successfully, but these errors were encountered: