From 694c51c9825537d6c903163e9bd7bfcfb4cf3f52 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Garillot?= Date: Mon, 24 Aug 2020 15:16:51 -0400 Subject: [PATCH] remove unneeded Repr = Key --- src/opaque.rs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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, {