Files
proxmark3/client
Philippe Teuwen b2a6fca0ee Fix bug when cmake android and CMAKE_BUILD_TYPE=Release, see comments:
The presence of "filter" from crypto1.c as an exported function depends on the chosen compilation optimization level.
So if the common/crapto1/ and the code using it (here hardnested) are not using the same level, there will be a mismatch,
in this case hardnested_bruteforce.c expecting crypto1.c to provide filter()
2020-06-18 19:27:33 +02:00
..
2020-06-08 13:19:01 +02:00
2019-09-04 23:28:19 +02:00
2020-06-12 20:01:55 -04:00
2020-06-08 03:15:10 +02:00
2020-06-10 02:15:16 +02:00
2020-06-18 17:55:09 +02:00
2019-07-24 00:52:24 +02:00
2020-04-16 09:01:14 +02:00