aboutsummaryrefslogtreecommitdiff
path: root/spake2/src/lib.rs
diff options
context:
space:
mode:
authorTony Arcieri <bascule@gmail.com>2021-04-30 12:31:32 -0700
committerGitHub <noreply@github.com>2021-04-30 12:31:32 -0700
commita1ceee2bfe36b3719ba7a643da63a689429cf0ff (patch)
tree0d0cb6eff0f1bae4b05db7e3f2abcf5a1ba5cae2 /spake2/src/lib.rs
parent4e1b5728c8e9db2928efa9cce86da84869a948a0 (diff)
downloadPAKEs-a1ceee2bfe36b3719ba7a643da63a689429cf0ff.tar.xz
Migrate to GitHub Actions (#42)
Uses the standard boilerplate we've been using for other projects
Diffstat (limited to 'spake2/src/lib.rs')
-rw-r--r--spake2/src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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<G: Group> SPAKE2<G> {
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,