Closed evilaliv3 closed 8 years ago
This pull requests address the main allocation issues as reported in https://github.com/dchest/scrypt-async-js/issues/25
The patch simply move some variables from the local to the global scope; Maybe that some variables could be renamed in order to improve code readability.
@evilaliv3 Is this PR still needed? Or maybe forgotten because already implemented?
Still needed even if the fix is minor
I think I will fork it and apply your PR, thx
This pull requests address the main allocation issues as reported in https://github.com/dchest/scrypt-async-js/issues/25
The patch simply move some variables from the local to the global scope; Maybe that some variables could be renamed in order to improve code readability.