-
-
Notifications
You must be signed in to change notification settings - Fork 33.5k
Closed
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.stale
Description
Is your feature request related to a problem? Please describe.
local PASETO (Platform-Agnostic SEcurity TOkens) version 2 and 4 make use of keyed blake2b hashes of lower than default output lengths.
Describe the solution you'd like
A native crypto.createHash
support for setting the initial digest state with desired output length and key input, for completeness optionally also salt and personalization.
Metadata
Metadata
Assignees
Labels
cryptoIssues and PRs related to the crypto subsystem.Issues and PRs related to the crypto subsystem.feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.opensslIssues and PRs related to the OpenSSL dependency.Issues and PRs related to the OpenSSL dependency.stale