We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This is follow up to #51044 (comment) (cc @tniessen @joyeecheung)
We should add the ability to define outputLength for XOF hash functions in crypto.hash so that it's on par with the crypto.createHash API
crypto.hash
crypto.createHash
Being able to use e.g. shake128 and shake256 with varying output lengths using crypto.hash
No response
The text was updated successfully, but these errors were encountered:
I'm +1 so long as there is a reasonable upper limit on the outputLength given that this is not streaming back the results.
Sorry, something went wrong.
No branches or pull requests
What is the problem this feature will solve?
This is follow up to #51044 (comment) (cc @tniessen @joyeecheung)
We should add the ability to define outputLength for XOF hash functions in
crypto.hash
so that it's on par with thecrypto.createHash
APIWhat is the feature you are proposing to solve the problem?
Being able to use e.g. shake128 and shake256 with varying output lengths using
crypto.hash
What alternatives have you considered?
No response
The text was updated successfully, but these errors were encountered: