We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87f3cb8 commit ecdce0fCopy full SHA for ecdce0f
core/src/identity.rs
@@ -44,7 +44,7 @@ use crate::{PeerId, keys_proto};
44
/// Loading the keys:
45
///
46
/// ```text
47
-/// let mut bytes = std::fs::read("private.pem").unwrap();
+/// let mut bytes = std::fs::read("private.pk8").unwrap();
48
/// let keypair = Keypair::rsa_from_pkcs8(&mut bytes);
49
/// ```
50
0 commit comments