Split out some BLS stuff into a separate testable crate without UEFI types

This commit is contained in:
Benjamin Leggett
2026-03-25 15:25:14 -04:00
parent c70d1e4d80
commit 133476a0df
11 changed files with 832 additions and 480 deletions

View File

@@ -11,6 +11,7 @@ edition.workspace = true
anyhow.workspace = true
edera-sprout-config.path = "../config"
edera-sprout-eficore.path = "../eficore"
edera-sprout-bls.path = "../bls"
hex.workspace = true
jaarg.workspace = true
sha2.workspace = true