ringct: cosmetic fixes

Ported from Shen's RingCT repo
This commit is contained in:
Shen Noether
2016-06-02 19:03:35 +01:00
committed by moneromooo-monero
parent 55ff136e12
commit 56f6549962
4 changed files with 9 additions and 46 deletions

View File

@@ -184,7 +184,6 @@ namespace rct {
int byte, i, j;
for (j = 0; j < 8; j++) {
byte = 0;
//val = (unsigned char) test[j];
i = 8 * j;
for (i = 7; i > -1; i--) {
byte = byte * 2 + amountb2[8 * j + i];