cargo fmt

This commit is contained in:
Michael Vines 2021-10-25 20:58:45 -07:00
parent fdb658fff4
commit 425a4a4082
1 changed files with 1 additions and 1 deletions

View File

@ -314,7 +314,7 @@ impl ElGamalSecretKey {
Err(SignerError::Custom("Rejecting default signature".into()))
} else {
Ok(ElGamalSecretKey(Scalar::hash_from_bytes::<Sha3_512>(
&signature.as_ref(),
signature.as_ref(),
)))
}
}