ringct: fix size unit mismatch calling keccak

pull/95/head
moneromooo-monero 8 years ago
parent 20e50ec7f7
commit 35dce5c70c
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3

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

Loading…
Cancel
Save