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

lib: remove useless input parameters and make 'digest' clear in the doc #22858

Closed
wants to merge 1 commit into from
Closed

lib: remove useless input parameters and make 'digest' clear in the doc #22858

wants to merge 1 commit into from

Commits on Sep 17, 2018

  1. lib: Remove useless input parameters

    1) Remove 'callback' in 'check' function, because we don't check or use
    that directly.
    
    2) Adjust the orders of codes in 'pbkdf2' to have a quick check whether
    the callback is a function or not instead of using it into the 'check'
    method.
    
    3) Make 'digest' more clear in doc.
    MaleDong committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    daa0bdf View commit details
    Browse the repository at this point in the history