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 d212ec7 commit 8ce711fCopy full SHA for 8ce711f
src/key_pair.rs
@@ -168,7 +168,7 @@ impl KeyPair {
168
169
/// A private key that is not directly accessible, but can be used to sign messages
170
///
171
-/// Trait objects based on this trait can be passed to the [`KeyPair::from_remote`] function to generating certificates
+/// Trait objects based on this trait can be passed to the [`KeyPair::from_remote`] function for generating certificates
172
/// from a remote and raw private key, for example an HSM.
173
pub trait RemoteKeyPair {
174
/// Returns the public key of this key pair in the binary format as in [`KeyPair::public_key_raw`]
0 commit comments