MattSurabian / aes-gcm-stream

A NodeJS Module that implements AES256 GCM encryption and decryption using streams
MIT License
11 stars 1 forks source link

Smarter decryption buffering #6

Closed calvinmetcalf closed 9 years ago

calvinmetcalf commented 9 years ago

one last pull

MattSurabian commented 9 years ago

Few small comments but overall looks great. Thanks!

I'm going to open a branch now to add jshint and jscs checks via a grunt task. My IDE does it automatically by reading the rc files but obviously that's not the case for everyone. There are a few small jscs nits in here too which is why I mention it, so please run that check as well.

calvinmetcalf commented 9 years ago

updated, yeah I use eslint so that's why it doesn't show up in my editor

MattSurabian commented 9 years ago

:+1: Thanks!