MattSurabian / aes-gcm-stream

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

Buffer decryption #4

Closed calvinmetcalf closed 9 years ago

calvinmetcalf commented 9 years ago

fixes #2, also adds a test (Built on top of #3)

MattSurabian commented 9 years ago

Probably can rebase out the first commit here.

Thoughts on pushing final into the stream? Otherwise this is good to go per discussion in #2

MattSurabian commented 9 years ago

FYI I've got a branch to track documentation changes for this change and adding contributors into package.json

MattSurabian commented 9 years ago

:+1: Looks good, updating the documentation in a separate PR.