Remove unneeded derives
This commit is contained in:
+1
-1
@@ -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!() }
|
||||
|
||||
Reference in New Issue
Block a user