pub fn get_secret<'a>(
murk: &'a Murk,
key: &str,
pubkey: &str,
) -> Option<&'a str>Expand description
Look up a decrypted value. Resolution order, highest priority first: a personal scoped override, then a named-group value we can read, then the shared (everyone) value.