On Wed, Jul 02, 2025 at 04:45:44PM +0200, Jan Beulich wrote:
> On 30.05.2025 15:17, Sergii Dmytruk wrote:
> > +static void sha1_init(struct sha1_state *sctx)
> > +{
> > +sctx->state[0] = 0x67452301UL;
> > +sctx->state[1] = 0xefcdab89UL;
> > +sctx->state[2] = 0x98badcfeUL;
> > +sctx-
On 30.05.2025 15:17, Sergii Dmytruk wrote:
> +static void sha1_init(struct sha1_state *sctx)
> +{
> +sctx->state[0] = 0x67452301UL;
> +sctx->state[1] = 0xefcdab89UL;
> +sctx->state[2] = 0x98badcfeUL;
> +sctx->state[3] = 0x10325476UL;
> +sctx->state[4] = 0xc3d2e1f0UL;
->state[]