feat(auth): add seal-key-derived pubkey integrity tags with auth enforcement and unseal backfill

This commit is contained in:
CleverWild
2026-03-30 00:17:04 +02:00
committed by Skipper
parent 2b7d3257da
commit e2e2c4fc07
11 changed files with 434 additions and 13 deletions

1
server/Cargo.lock generated
View File

@@ -737,6 +737,7 @@ dependencies = [
"ed25519-dalek",
"fatality",
"futures",
"hmac",
"insta",
"k256",
"kameo",