Upgrade to Rust 1.53

Also fix all clippy lints that came up.
This commit is contained in:
Thomas Eizinger 2021-06-21 11:56:04 +10:00
parent b7064578ca
commit ac0b0150e6
No known key found for this signature in database
GPG key ID: 651AC83A6C6C8B96
3 changed files with 11 additions and 17 deletions

View file

@ -157,7 +157,7 @@ impl State0 {
let valid = CROSS_CURVE_PROOF_SYSTEM.verify(
&msg.dleq_proof_s_a,
(
msg.S_a_bitcoin.clone().into(),
msg.S_a_bitcoin.into(),
msg.S_a_monero
.point
.decompress()