Skip to main content

diff_secrets

Function diff_secrets 

Source
pub fn diff_secrets(
    old: &HashMap<String, Zeroizing<String>>,
    new: &HashMap<String, Zeroizing<String>>,
) -> Vec<DiffEntry>
Expand description

Compare two sets of secret values and return the differences.