ringct: fix size argument to cn_fast_hash

Ported from Shen's RingCT repo
pull/95/head
Shen Noether 8 years ago committed by moneromooo-monero
parent 720ac85553
commit 98f4c6f7eb
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

@ -397,7 +397,7 @@ namespace rct {
m[i * 64 + 32 + j] = PC[i].mask[j];
}
}
cn_fast_hash(rv, &m[0], l);
cn_fast_hash(rv, &m[0], 2*l);
return rv;
}

Loading…
Cancel
Save