diff options
author | Tony Arcieri <bascule@gmail.com> | 2021-04-30 12:31:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-30 12:31:32 -0700 |
commit | a1ceee2bfe36b3719ba7a643da63a689429cf0ff (patch) | |
tree | 0d0cb6eff0f1bae4b05db7e3f2abcf5a1ba5cae2 /spake2/src | |
parent | 4e1b5728c8e9db2928efa9cce86da84869a948a0 (diff) | |
download | PAKEs-a1ceee2bfe36b3719ba7a643da63a689429cf0ff.tar.xz |
Migrate to GitHub Actions (#42)
Uses the standard boilerplate we've been using for other projects
Diffstat (limited to 'spake2/src')
-rw-r--r-- | spake2/src/lib.rs | 2 |
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, |