browserify / createHash

Node style hashes for use in the browser, with native hash functions in node
MIT License
53 stars 34 forks source link

avoid using stream when using update or digest methods #2

Closed calvinmetcalf closed 9 years ago

dcousens commented 9 years ago

Looks OK, but can you explain the changes a little bit more?

calvinmetcalf commented 9 years ago

yes previously .update had just done .write but now it avoids putting it's data through the stream just the native crypto does

dcousens commented 9 years ago

ACK with 98def75