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, string_bytes: treat buffer str as utf8 #5522

Closed

Commits on Mar 2, 2016

  1. crypto, string_bytes: treat buffer str as utf8

    Do not treat crypto inputs as `binary` strings, convert them to Buffers
    using `new Buffer(..., 'utf8')`, or using newly updated StringBytes
    APIs.
    indutny committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    6bd1a8e View commit details
    Browse the repository at this point in the history