pub fn decrypt_secret(
master_key: &KeyingMaterial,
vch_ciphertext: &Vec<u8>,
niv: &u256,
vch_plaintext: &mut KeyingMaterial,
) -> boolpub fn decrypt_secret(
master_key: &KeyingMaterial,
vch_ciphertext: &Vec<u8>,
niv: &u256,
vch_plaintext: &mut KeyingMaterial,
) -> bool