mirror of
https://xff.cz/git/u-boot/
synced 2025-09-30 15:01:27 +02:00
sha1 digest size is 5*32-bit => 160-bit. Using 64-bit unsigned long does not cause issue with the current sha1 implementation, but could be problematic for vectorized access. Signed-off-by: Loic Poulain <loic.poulain@linaro.org>