Function decrypt_key

Source
pub fn decrypt_key(
    master_key: &KeyingMaterial,
    vch_crypted_secret: &Vec<u8>,
    vch_pub_key: &PubKey,
    key: &mut Key,
) -> bool