Re: [PATCH v7 02/11] lib: uuid: add UUID v5 support

2024-08-26 Thread Ilias Apalodimas
On Fri, 9 Aug 2024 at 03:56, Caleb Connolly wrote: > > Add support for generating version 5 UUIDs, these are determistic and work > by hashing a "namespace" UUID together with some unique data. One intended > usecase is to allow for dynamically generate payload UUIDs for UEFI > capsule updates, so

[PATCH v7 02/11] lib: uuid: add UUID v5 support

2024-08-08 Thread Caleb Connolly
Add support for generating version 5 UUIDs, these are determistic and work by hashing a "namespace" UUID together with some unique data. One intended usecase is to allow for dynamically generate payload UUIDs for UEFI capsule updates, so that supported boards can have their own UUIDs without needin