Function decrypt_secret

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