Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make AES reset a no-op after first call, since data doesn't change.
The AES _doReset function sets up a bunch of structures that aren't actually modified when the cipher runs. We can save a bunch of time by re-using previously set up data on subsequent calls to _doReset.
- Loading branch information