File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Open diff view settings
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Open diff view settings
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ pub(crate) fn alg_to_rsa_signing(alg: Algorithm) -> &'static dyn signature::RsaE
3232
3333/// The actual RSA signing + encoding
3434/// The key needs to be in PKCS8 format
35- /// Taken from Ring doc https://briansmith.org/rustdoc /ring/signature/index.html
35+ /// Taken from Ring doc https://docs.rs/ring/latest /ring/signature/index.html
3636pub ( crate ) fn sign (
3737 alg : & ' static dyn signature:: RsaEncoding ,
3838 key : & [ u8 ] ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ impl EncodingKey {
3434 ///
3535 /// # NOTE
3636 ///
37- /// According to the [ring doc](https://briansmith.org/rustdoc /ring/signature/struct.RsaKeyPair.html#method.from_pkcs8),
37+ /// According to the [ring doc](https://docs.rs/ring/latest /ring/signature/struct.RsaKeyPair.html#method.from_pkcs8),
3838 /// the key should be at least 2047 bits.
3939 ///
4040 #[ cfg( feature = "use_pem" ) ]
You can’t perform that action at this time.
0 commit comments