MattSurabian / aes-gcm-stream

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

Benchmark Testing #12

Closed MattSurabian closed 9 years ago

MattSurabian commented 9 years ago

Add benchmark testing and ensure that key generation takes longer than encryption or decryption.

MattSurabian commented 9 years ago

:racehorse: