We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 647bd71 commit 980fcb0Copy full SHA for 980fcb0
src/algorithm/openssl.rs
@@ -27,6 +27,7 @@ use openssl::sign::{Signer, Verifier};
27
/// A wrapper class around [PKey](../../../openssl/pkey/struct.PKey.html) that
28
/// associates the key with a
29
/// [MessageDigest](../../../openssl/hash/struct.MessageDigest.html).
30
+#[derive(Clone)]
31
pub struct PKeyWithDigest<T> {
32
pub digest: MessageDigest,
33
pub key: PKey<T>,
0 commit comments