From a1ceee2bfe36b3719ba7a643da63a689429cf0ff Mon Sep 17 00:00:00 2001 From: Tony Arcieri Date: Fri, 30 Apr 2021 12:31:32 -0700 Subject: Migrate to GitHub Actions (#42) Uses the standard boilerplate we've been using for other projects --- spake2/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'spake2/src') diff --git a/spake2/src/lib.rs b/spake2/src/lib.rs index 80480f3..24ba772 100644 --- a/spake2/src/lib.rs +++ b/spake2/src/lib.rs @@ -649,7 +649,7 @@ impl SPAKE2 { id_a: id_a_copy, id_b: id_b_copy, id_s: id_s_copy, - msg1: msg1.clone(), + msg1, password_scalar, // scalar }, msg_and_side, -- cgit v1.2.3