Remove unneeded derives
This commit is contained in:
+1
-1
@@ -739,7 +739,7 @@
|
|||||||
//! # }
|
//! # }
|
||||||
//! # #[derive(Debug)]
|
//! # #[derive(Debug)]
|
||||||
//! # struct YourRemoteKeyError;
|
//! # struct YourRemoteKeyError;
|
||||||
//! # #[derive(Clone, serde::Deserialize, serde::Serialize, Zeroize)]
|
//! # #[derive(Clone, Zeroize)]
|
||||||
//! # struct YourRemoteKey(PrivateKey<RistrettoPoint>);
|
//! # struct YourRemoteKey(PrivateKey<RistrettoPoint>);
|
||||||
//! # impl YourRemoteKey {
|
//! # impl YourRemoteKey {
|
||||||
//! # fn diffie_hellman(&self, pk: &[u8]) -> Result<Vec<u8>, YourRemoteKeyError> { todo!() }
|
//! # fn diffie_hellman(&self, pk: &[u8]) -> Result<Vec<u8>, YourRemoteKeyError> { todo!() }
|
||||||
|
|||||||
Reference in New Issue
Block a user