Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 4008c8b

Browse filesBrowse files
authored
Fix the broken links (#286)
1 parent d2ba351 commit 4008c8b
Copy full SHA for 4008c8b

File tree

Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+2
-2
lines changed
Open diff view settings
Collapse file

‎src/crypto/rsa.rs‎

Copy file name to clipboardExpand all lines: src/crypto/rsa.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
3636
pub(crate) fn sign(
3737
alg: &'static dyn signature::RsaEncoding,
3838
key: &[u8],
Collapse file

‎src/encoding.rs‎

Copy file name to clipboardExpand all lines: src/encoding.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")]

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.