Remove unneeded derives

This commit is contained in:
dAxpeDDa
2021-07-23 15:23:10 -07:00
committed by Kevin Lewi
parent 68d0dd2988
commit 1ec96e942b
+1 -1
View File
@@ -739,7 +739,7 @@
//! # }
//! # #[derive(Debug)]
//! # struct YourRemoteKeyError;
//! # #[derive(Clone, serde::Deserialize, serde::Serialize, Zeroize)]
//! # #[derive(Clone, Zeroize)]
//! # struct YourRemoteKey(PrivateKey<RistrettoPoint>);
//! # impl YourRemoteKey {
//! # fn diffie_hellman(&self, pk: &[u8]) -> Result<Vec<u8>, YourRemoteKeyError> { todo!() }