You've already forked slimbootloader
mirror of
https://github.com/Dasharo/slimbootloader.git
synced 2026-03-06 15:26:20 -08:00
dd3c729361
Current code refers hash store as "key store". It is confusing since there is no key stored in the image at all. Instead, the public key hash is stored. The patch renames the KeyStore to HashStore. Signed-off-by: Maurice Ma <maurice.ma@intel.com>