The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test / simple / test-crypto-binary-default.js @ 6f043940

History | View | Annotate | Download (25.3 KB)

# Date Author Comment
d7da20c8 10/23/2012 01:48 PM isaacs

crypto: pbkdf2 throws when no callback provided

76b0bdf7 10/23/2012 01:48 PM isaacs

crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')

This is a flag to make it easier for users to upgrade through the
breaking crypto change, and easier for us to switch it back if it's a
problem.

Explicitly set default encoding to 'buffer' in other tests, in case it...