Update CLSAG multisig to work again

This commit is contained in:
Luke Parker
2022-04-28 12:01:20 -04:00
parent f3a5e3c27e
commit 20f214c300
5 changed files with 48 additions and 47 deletions

View File

@@ -195,8 +195,8 @@ pub fn sign<R: RngCore + CryptoRng>(
// Uses Monero's C verification function to ensure compatibility with Monero
pub fn verify(
clsag: &Clsag,
image: EdwardsPoint,
msg: &[u8; 32],
image: EdwardsPoint,
ring: &[[EdwardsPoint; 2]],
pseudo_out: EdwardsPoint
) -> bool {