Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small speedup by using >>> in the _encipher() loop which allows us to…
… remove two `& 0xFF` instructions. This saves ~30ms on my machine (at cost 12).
- Loading branch information