Doesn't this badly overflow W[] ..
 
> +#define SHA512_0_15(i, a, b, c, d, e, f, g, h) \
> +     t1 = h + e1(e) + Ch(e, f, g) + sha512_K[i] + W[i];      \
...
> +     for (i = 0; i < 16; i += 8) {
...
> +             SHA512_0_15(i + 7, b, c, d, e, f, g, h, a);
> +     }

        David


--
To unsubscribe from this list: send the line "unsubscribe linux-crypto" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to