X-Git-Url: https://git.zerfleddert.de/cgi-bin/gitweb.cgi/proxmark3-svn/blobdiff_plain/5bb62283862a369e8643641ef9f0d69429c0bb6c..cd777a0545066d87b1e0f838cdee0604941919d7:/client/nonce2key/crypto1_bs.h diff --git a/client/nonce2key/crypto1_bs.h b/client/nonce2key/crypto1_bs.h index 8f332749..bef5c5e9 100644 --- a/client/nonce2key/crypto1_bs.h +++ b/client/nonce2key/crypto1_bs.h @@ -58,7 +58,7 @@ bitslice_t bs_zeroes; #define ROLLBACK_SIZE 8 // number of nonces required to test to cover entire 48-bit state // I would have said it's 12... but bla goes with 100, so I do too -#define NONCE_TESTS 100 +#define NONCE_TESTS 12 // state pointer management extern __thread bitslice_t states[KEYSTREAM_SIZE+STATE_SIZE];