Skip to content
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

crypto: add outputLength option to crypto.createHash #28805

Closed

Commits on Jul 22, 2019

  1. crypto: add hashSize option to crypto.createHash

    This change adds a hashSize option to crypto.createHash which allows
    users to produce variable-length hash values using XOF hash functons.
    
    Fixes: nodejs#28757
    tniessen committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    b7aee2e View commit details
    Browse the repository at this point in the history
  2. Update doc/api/crypto.md

    Co-Authored-By: Anna Henningsen <[email protected]>
    tniessen and addaleax authored Jul 22, 2019
    Configuration menu
    Copy the full SHA
    bf884b0 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. Configuration menu
    Copy the full SHA
    bb96e12 View commit details
    Browse the repository at this point in the history