Skip to content
Commit 4e883522 authored by Loic Poulain's avatar Loic Poulain Committed by Tom Rini
Browse files

sha1: Fix digest state size/type



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: default avatarLoic Poulain <loic.poulain@linaro.org>
parent 8201b806
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment