Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
crypto: sha512 - Use binary and instead of modulus
The previous patch used the modulus operator over a power of 2 unnecessarily which may produce suboptimal binary code. This patch changes changes them to binary ands instead. Signed-off-by: Herbert Xu <[email protected]>
- Loading branch information