diff --git a/src/dhke.rs b/src/dhke.rs index 2282ab8..f7e02d0 100644 --- a/src/dhke.rs +++ b/src/dhke.rs @@ -18,7 +18,7 @@ use crate::keys::PublicKey; /// The result of a Diffie-Hellman key exchange #[derive(PartialEq, Eq, Zeroize, ZeroizeOnDrop)] -pub struct DiffieHellmanSharedSecret

(P) +pub struct DiffieHellmanSharedSecret

(pub P) where P: PublicKey; impl

DiffieHellmanSharedSecret