mirror of
https://github.com/open-quantum-safe/liboqs.git
synced 2025-10-09 00:04:26 -04:00
Remove statements which have no affect. (#51)
This commit is contained in:
parent
5921e74587
commit
04b841ca2c
@ -88,7 +88,6 @@ void oqs_kex_lwe_frodo_pack(unsigned char *out, const size_t outlen, const uint1
|
|||||||
}
|
}
|
||||||
if (b == 8) { // out[i] is filled in
|
if (b == 8) { // out[i] is filled in
|
||||||
i++;
|
i++;
|
||||||
b = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -137,7 +136,6 @@ void oqs_kex_lwe_frodo_unpack(uint16_t *out, const size_t outlen, const unsigned
|
|||||||
}
|
}
|
||||||
if (b == lsb) { // out[i] is filled in
|
if (b == lsb) { // out[i] is filled in
|
||||||
i++;
|
i++;
|
||||||
b = 0;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user