Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix likely typo of exclusive-or for exponentiation
I'm guessing `2^20` (= 22) is a typo for `1<<20` (= 2<sup>20</sup>).
- Loading branch information