File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed 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
32
32
33
33
/// The actual RSA signing + encoding
34
34
/// 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
36
36
pub ( crate ) fn sign (
37
37
alg : & ' static dyn signature:: RsaEncoding ,
38
38
key : & [ u8 ] ,
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ impl EncodingKey {
34
34
///
35
35
/// # NOTE
36
36
///
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),
38
38
/// the key should be at least 2047 bits.
39
39
///
40
40
#[ cfg( feature = "use_pem" ) ]
You can’t perform that action at this time.
0 commit comments