ADD: @micolous random nonce, adjusted to fit in. Icemanfork only uses Moebius attack, so no need for an extra parameter in client.

ref: https://github.com/Proxmark/proxmark3/pull/209
This commit is contained in:
iceman1001
2017-01-26 14:21:51 +01:00
parent 6c3795a315
commit bf5d7992ce
8 changed files with 90 additions and 28 deletions

View File

@@ -54,7 +54,8 @@ THUMBSRC = start.c \
string.c \
BigBuf.c \
ticks.c \
hfsnoop.c
hfsnoop.c \
random.c
# These are to be compiled in ARM mode
ARMSRC = fpgaloader.c \