Merge pull request #2687 from noproto/master

Remove condition duplicated in PR #2530
This commit is contained in:
Iceman 2024-12-12 07:07:36 +01:00 committed by GitHub
commit 118dc684e5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -442,9 +442,6 @@ uint64_t CRACK_STATES_BITSLICED(uint32_t cuid, uint8_t *best_first_bytes, statel
#if MAX_BITSLICES > 64 #if MAX_BITSLICES > 64
&& results.bytes64[1] == 0 && results.bytes64[1] == 0
#endif #endif
#if MAX_BITSLICES > 64
&& results.bytes64[1] == 0
#endif
#if MAX_BITSLICES > 128 #if MAX_BITSLICES > 128
&& results.bytes64[2] == 0 && results.bytes64[2] == 0
&& results.bytes64[3] == 0 && results.bytes64[3] == 0