feat(unseal): add unseal protocol and crypto infrastructure

This commit is contained in:
hdbg
2026-02-11 13:31:49 +01:00
parent 8dd0276185
commit bbbb4feaa0
18 changed files with 1323 additions and 88 deletions

View File

@@ -1,6 +1,6 @@
syntax = "proto3";
package arbiter.auth;
package arbiter.unseal;
message UserAgentKeyRequest {}