From c2f9394dfd4134bf023605758b8f5989d1c7d064 Mon Sep 17 00:00:00 2001 From: Felix Ableitner Date: Thu, 27 Mar 2025 15:48:14 +0100 Subject: [PATCH] link --- src/http_signatures.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http_signatures.rs b/src/http_signatures.rs index ca6a02f..c255f03 100644 --- a/src/http_signatures.rs +++ b/src/http_signatures.rs @@ -57,7 +57,7 @@ impl Keypair { /// /// Note that this method is very slow in debug mode. To make it faster, follow /// instructions in the RSA crate's readme. -/// https://github.com/RustCrypto/RSA/blob/master/README.md +/// pub fn generate_actor_keypair() -> Result { let mut rng = rand::thread_rng(); let rsa = RsaPrivateKey::new(&mut rng, 2048)?;