Function last_key_with_target

Source
pub fn last_key_with_target(
    keys: &[&[u8]],
    target: &[u8],
) -> Result<Vec<u8>, Error>
Expand description

Last key with target Tweaks the given keys so their sum equals the target