From 544d81065f1310216fcacd4b973a568fc1b60844 Mon Sep 17 00:00:00 2001 From: Firas Ghanmi Date: Mon, 30 Sep 2024 11:18:10 +0200 Subject: [PATCH] update comments Signed-off-by: Firas Ghanmi --- tough/src/sign.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tough/src/sign.rs b/tough/src/sign.rs index 323271a7..78777440 100644 --- a/tough/src/sign.rs +++ b/tough/src/sign.rs @@ -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,