network_keys_path

Function network_keys_path 

Source
pub fn network_keys_path() -> BpResult<PathBuf>
Expand description

Path to the per-network secret keys store.

JSON map: { "<network_id>": "<hex-encoded 32-byte key>" }. Each entry is a randomly generated secret — not derived from the network name. This file must never leave the local machine; keys are distributed to new members exclusively via signed+encrypted invite tokens.