feat(server): add X25519 ECDH for secure unseal protocol

This commit is contained in:
2026-02-16 20:45:12 +01:00
parent 075d33219e
commit 29b3739e19
5 changed files with 259 additions and 2 deletions

View File

@@ -30,6 +30,7 @@ use crate::{
pub(crate) mod bootstrap;
pub(crate) mod lease;
pub(crate) mod tls;
pub(crate) mod unseal;
#[derive(Error, Debug, Diagnostic)]
pub enum InitError {