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 Hash.prototype.copy() method #29910

Closed
wants to merge 2 commits into from

Commits on Oct 15, 2019

  1. crypto: add Hash.prototype.copy() method

    Make it possible to clone the internal state of a Hash object
    into a new Hash object, i.e., to fork the state of the object.
    
    Fixes: nodejs#29903
    bnoordhuis committed Oct 15, 2019
    Copy the full SHA
    bb039ef View commit details
    Browse the repository at this point in the history
  2. fixup! add example

    bnoordhuis committed Oct 15, 2019
    Copy the full SHA
    0291c30 View commit details
    Browse the repository at this point in the history