Add further must_uses

This commit is contained in:
Luke Parker
2022-07-07 14:28:42 -04:00
parent 6c76458063
commit f7106f09ed
4 changed files with 8 additions and 0 deletions

View File

@@ -227,6 +227,7 @@ impl Algorithm<Ed25519> for ClsagMultisig {
share
}
#[must_use]
fn verify(
&self,
_: dfg::EdwardsPoint,
@@ -247,6 +248,7 @@ impl Algorithm<Ed25519> for ClsagMultisig {
return None;
}
#[must_use]
fn verify_share(
&self,
verification_share: dfg::EdwardsPoint,