Re: [PATCH 09/21] lib/sha1.c: add file

2025-04-22 Thread Sergii Dmytruk
On Tue, Apr 22, 2025 at 05:36:22PM +0200, Jan Beulich wrote: > On 22.04.2025 17:06, Sergii Dmytruk wrote: > > From: Krystian Hebel > > > > The code comes from [1] and is licensed under GPL-2.0 license. > > It's a combination of: > > - include/crypto/sha1.h > > - include/crypto/sha1_base.h > > -

Re: [PATCH 09/21] lib/sha1.c: add file

2025-04-22 Thread Jan Beulich
On 22.04.2025 17:06, Sergii Dmytruk wrote: > From: Krystian Hebel > > The code comes from [1] and is licensed under GPL-2.0 license. > It's a combination of: > - include/crypto/sha1.h > - include/crypto/sha1_base.h > - lib/crypto/sha1.c > - crypto/sha1_generic.c > > Changes: > - includes >

[PATCH 09/21] lib/sha1.c: add file

2025-04-22 Thread Sergii Dmytruk
From: Krystian Hebel The code comes from [1] and is licensed under GPL-2.0 license. It's a combination of: - include/crypto/sha1.h - include/crypto/sha1_base.h - lib/crypto/sha1.c - crypto/sha1_generic.c Changes: - includes - formatting - renames and splicing of some trivial functions tha