unshadow bs_ones, bs_zeros

This commit is contained in:
iceman1001 2019-04-08 10:36:58 +02:00
parent 0e05faaf0c
commit 4843726d7e

View file

@ -229,9 +229,9 @@ const uint64_t CRACK_STATES_BITSLICED(uint32_t cuid, uint8_t *best_first_bytes,
#endif
// constant ones/zeroes
bitslice_t bs_ones;
// bitslice_t bs_ones;
memset(bs_ones.bytes, 0xff, VECTOR_SIZE);
bitslice_t bs_zeroes;
// bitslice_t bs_zeroes;
memset(bs_zeroes.bytes, 0x00, VECTOR_SIZE);
// bitslice all the even states