feat: implement end-to-end encryption (E2EE) support for agents with configuration and documentation updates
This commit is contained in:
@@ -169,9 +169,10 @@ type MatrixCfg struct {
|
||||
}
|
||||
|
||||
type EncryptionCfg struct {
|
||||
Enabled bool `yaml:"enabled"`
|
||||
StorePath string `yaml:"store_path"`
|
||||
TrustMode string `yaml:"trust_mode"` // tofu | cross-signing | manual
|
||||
Enabled bool `yaml:"enabled"`
|
||||
StorePath string `yaml:"store_path"`
|
||||
PickleKeyEnv string `yaml:"pickle_key_env"` // env var with hex-encoded 32-byte key
|
||||
TrustMode string `yaml:"trust_mode"` // tofu | cross-signing | manual
|
||||
}
|
||||
|
||||
type RoomsCfg struct {
|
||||
|
||||
Reference in New Issue
Block a user