Add missing documentation

This commit is contained in:
daxpedda
2021-07-23 15:23:10 -07:00
committed by Kevin Lewi
parent dedc814416
commit 7b1328b9b7
2 changed files with 4 additions and 0 deletions
+1
View File
@@ -280,6 +280,7 @@ impl<G: Group> SizedBytes for PrivateKey<G> {
/// A trait specifying the requirements for a private key container
pub trait SecretKey<G: Group>: Clone + Sized + Zeroize {
/// Custom error type that can be passed down to `InternalPakeError::Custom`
type Error;
/// Diffie-Hellman key exchange implementation