Re: [PATCH v5 1/8] lib: add crypt subsystem

2021-07-23 Thread Tom Rini
On Thu, Jul 08, 2021 at 03:57:33PM +0200, Steffen Jaeckel wrote: > Add the basic functionality required to support the standard crypt > format. > The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and > their formatting is therefor retained. > The integration is done via a

[PATCH v5 1/8] lib: add crypt subsystem

2021-07-08 Thread Steffen Jaeckel
Add the basic functionality required to support the standard crypt format. The files crypt-sha256.c and crypt-sha512.c originate from libxcrypt and their formatting is therefor retained. The integration is done via a crypt_compare() function in crypt.c. ``` libxcrypt $ git describe --long