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

This commit is contained in:
hdbg
2026-04-08 18:29:52 +02:00
committed by Skipper
parent af7e90dcad
commit 1d9b572565
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;