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 crypto.sign() and crypto.verify() #26611

Merged
merged 1 commit into from Mar 29, 2019

Commits on Mar 29, 2019

  1. crypto: add crypto.sign() and crypto.verify()

    These methods are added primarily to allow signing and verifying
    using Ed25519 and Ed448 keys, which do not support streaming of
    input data. However, any key type can be used with these new
    APIs, to allow better performance when only signing/verifying
    a single chunk.
    
    Fixes: nodejs#26320
    PR-URL: nodejs#26611
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Rod Vagg <rod@vagg.org>
    Reviewed-By: Sam Roberts <vieuxtech@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    mscdex committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    7d0e50d View commit details
    Browse the repository at this point in the history