X-Git-Url: https://git.cryptolib.org/?p=arm-crypto-lib.git;a=blobdiff_plain;f=sha2%2Fsha2_small_common.h;h=a771d5dffdc3f9e07e8a2eda329d02d4b8e224fd;hp=9010cfb3f968e94045029c5d4bbd96bb95d9aa80;hb=2b0000dcd4848a3231831a79e2cd35c049909ec9;hpb=38d2de57dfdb3c2012b5bdeff9d163673fbc9e94 diff --git a/sha2/sha2_small_common.h b/sha2/sha2_small_common.h index 9010cfb..a771d5d 100644 --- a/sha2/sha2_small_common.h +++ b/sha2/sha2_small_common.h @@ -22,7 +22,7 @@ typedef struct { uint32_t h[8]; - uint64_t length; + uint32_t length; } sha2_small_common_ctx_t; void sha2_small_common_nextBlock(sha2_small_common_ctx_t* state, const void* block);