Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
Signed-off-by: Firas Ghanmi <[email protected]>
  • Loading branch information
fghanmi committed Oct 14, 2024
1 parent f1c186f commit 05552e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tough/src/sign.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl Sign for SignKeyPair {
}

/// Decrypts an RSA private key in PEM format using the given password.
/// Returns the decrypted key in PKCS8 format.
/// Returns the decrypted key in PKCS8 format
pub fn decrypt_key(
encrypted_key: &[u8],
password: &str,
Expand Down

0 comments on commit 05552e2

Please sign in to comment.