Function sign

Source
pub fn sign(
    profile_name: &str,
    profile: &Option<String>,
    unsigned_verifying_keys: Vec<PathBuf>,
    copy_to_cwd: bool,
    csprng: &mut impl CryptoRngCore,
)