Skip to content

Instantly share code, notes, and snippets.

@cbiffle
Created August 5, 2012 05:37
Show Gist options
  • Save cbiffle/3262034 to your computer and use it in GitHub Desktop.
Save cbiffle/3262034 to your computer and use it in GitHub Desktop.
Crashes node 0.8.4 on Mac OS X 10.6.8
crypto = require 'crypto'
hash = crypto.createHash('sha256')
x = hash.update
x("foo")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment