diff --git a/src/opaque.rs b/src/opaque.rs index 436199c..043c1d8 100644 --- a/src/opaque.rs +++ b/src/opaque.rs @@ -166,7 +166,7 @@ impl LoginFirstMessage { /// login attempt. pub struct LoginSecondMessage where - KeyFormat: KeyPair, + KeyFormat: KeyPair, KE: KeyExchange, D: Hash, { @@ -182,7 +182,7 @@ where impl LoginSecondMessage where Grp: Group, - KeyFormat: KeyPair, + KeyFormat: KeyPair, KE: KeyExchange, D: Hash, { @@ -200,7 +200,7 @@ where impl TryFrom<&[u8]> for LoginSecondMessage where Grp: Group, - KeyFormat: KeyPair, + KeyFormat: KeyPair, KE: KeyExchange, D: Hash, {