feat(user-agent): add VaultGate for sealed vault authentication

This commit is contained in:
hdbg
2026-04-08 18:29:52 +02:00
parent 205227a3df
commit 87ee0fe87b
24 changed files with 900 additions and 625 deletions

View File

@@ -3,3 +3,5 @@ pub mod authn;
#[cfg(feature = "safecell")]
pub mod safecell;
pub use x_wing;